This issue has been created
 
 
XWiki Platform / cid:jira-generated-image-avatar-cfa52299-d776-4d39-bf6e-bc596be0bc5e XWIKI-22703 Open

Add abililty to configure limit on suggest widget

 
View issue   ·   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-5f632ab1-1ea0-4e73-b9b4-2a0166bd74fc Josué Tille created this issue on 28/Nov/24 18:16
 
Summary: Add abililty to configure limit on suggest widget
Issue Type: cid:jira-generated-image-avatar-cfa52299-d776-4d39-bf6e-bc596be0bc5e New Feature
Affects Versions: 16.10.0
Assignee: Unassigned
Created: 28/Nov/24 18:16
Labels: ui
Priority: cid:jira-generated-image-static-major-6c9e996d-6cf1-4e8a-af6b-3f2cd3a7a16c Major
Reporter: Josué Tille
Description:

Currently the suggest widget for the property value of a class is limited to 10.

 

It's hard coded here: https://github.com/xwiki/xwiki-platform/blob/58e252ec8ed220e23877fc449eb2e18b47cef101/xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/uicomponents/suggest/suggestPropertyValues.js#L45

 

We should implement a way to configure this value and so be able to increase  the suggested values.