Skip to content

Commit

Permalink
WEBUI-1567: Adding new property to nuxeo.conf for nuxeo select option…
Browse files Browse the repository at this point in the history
…s pagination (#2285)
  • Loading branch information
rahuljain-dev authored Aug 1, 2024
1 parent d9fa619 commit 1252621
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,8 @@
<!-- Properties to be fetched when loading the user object in user management, default is empty -->
<property name="org.nuxeo.web.ui.user.management.fetch.document" list="true"></property>

<!-- Max results for nuxeo select options. default is 1000.-->
<property name="org.nuxeo.web.ui.pagination.nuxeoSelectOptions.listingMaxItems">${org.nuxeo.pagination.nuxeoSelectOptions.maxAllowedItems:=1000}</property>

</extension>
</component>

0 comments on commit 1252621

Please sign in to comment.