This issue has been created
 
 
XWiki Platform / cid:jira-generated-image-avatar-4d05b8ac-d9b0-4ce5-b9f3-c17f42b9c8b7 XWIKI-22616 Open

Livedata - add filter parameter to remove hard coded limit

 
View issue   ·   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-6cdd6227-68ea-43c7-a7e4-0fc959b65387 Josué Tille created this issue on 29/Oct/24 12:13
 
Summary: Livedata - add filter parameter to remove hard coded limit
Issue Type: cid:jira-generated-image-avatar-4d05b8ac-d9b0-4ce5-b9f3-c17f42b9c8b7 New Feature
Affects Versions: 16.9.0
Assignee: Unassigned
Components: Live Data
Created: 29/Oct/24 12:13
Priority: cid:jira-generated-image-static-major-8cfeec9f-0064-45f8-8174-8f8f0ea33157 Major
Reporter: Josué Tille
Description:

In live data, for a column of type Database list, in the filter, the suggested values is limited to 10. It seem that this value is hard coded here: https://github.com/xwiki/xwiki-platform/blob/4268b60f926efc00bb4296cf01bbdfd313ceb963/xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/filters/FilterList.vue#L108C23-L108C47

In case of we want to change this limit currently there are not a clean way to do this.

This issue is to add a parameter in the livedata configuration to be able to change this limit.