From 83bbf68012de1f81493d75ad5397d8bbcc15ff72 Mon Sep 17 00:00:00 2001 From: rahuljain-dev Date: Wed, 31 Jul 2024 13:04:58 +0530 Subject: [PATCH] WEBUI-1567: Adding new property to nuxeo.conf for nuxeo select options pagination --- .../addon/src/main/resources/OSGI-INF/web-ui-properties.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugin/web-ui/addon/src/main/resources/OSGI-INF/web-ui-properties.xml b/plugin/web-ui/addon/src/main/resources/OSGI-INF/web-ui-properties.xml index cf0b597912..c3f89772ea 100644 --- a/plugin/web-ui/addon/src/main/resources/OSGI-INF/web-ui-properties.xml +++ b/plugin/web-ui/addon/src/main/resources/OSGI-INF/web-ui-properties.xml @@ -51,5 +51,8 @@ + + ${org.nuxeo.pagination.nuxeoSelectOptions.maxAllowedItems:=1000} + \ No newline at end of file