-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 2.2.25
-
Component/s: UI
-
Release Notes Summary:Content views whose page provider is run against the database can display listings with more than 200 documents.
-
Backlog priority:100
-
Sprint:nxGang Sprint 10.10.5
-
Story Points:2
When page provider advanced_document_content queries a DB instead of elasticsearch and a folderish document contains more than 200 documents, the Web UI display an empty listing of the folderish document.
How to reproduce:
- fire up a 9.10 Nuxeo with addons nuxeo-jsf-ui, nuxeo-web-ui and nuxeo-csv, and remove advanced_document_content from configuration variable elasticsearch.override.pageproviders in nuxeo.conf file
- Log in the JSF UI and create a workspace ws1
- in workspace ws1, import the attached CSV file to create 200 File documents
- log in the Web UI and navigate to workspace ws1: the 200 documents are listed
- create an additional document in workspace ws1
Expected result: the 201 documents are listed
Actual result: no documents are listed