Details
-
Bug
-
Resolution: Fixed
-
Neutral
-
6.2.15
-
None
-
Empty show more show less
-
Yes
-
Yes
-
Nucleus 5, Nucleus 7
-
2
Description
Steps to reproduce
- Setup an instance with more than 500 assets
- Create an Image component (which actually uses comboBoxField)
- Check that when clicking on "Select new" an error is throw
Expected results
All assets are displayed
Actual results
IllegalStateException is thrown (Client tried fetch more rows than allowed. This is denied to prevent denial of service.)
Workaround
Set the pageLength to 500 (or less) in the combobox definition Needs to be set to <=108 and scrollToSelectedItem=false for data sources with more than 500 items.
Notes
Prevent misconfiguration, provide def. app error.
Checklists
Acceptance criteria
Attachments
Issue Links
- is depended upon by
-
MGNLUI-6247 Make the LocaleSelectionSupport extendable
-
- Closed
-
- is duplicated by
-
MGNLUI-7020 comboBox cannot handle more than 500 entries
-
- Closed
-
- to be documented by
-
MGNLUI-7061 DOC: Update 'pageLength' for combobox field
-
- Closed
-
- links to