-
Type:
Bug
-
Status: In Review
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 2.4.0
-
Fix Version/s: HOTFIX_10.10_2.4, 3.0.x
-
Component/s: UI
-
Tags:
-
Backlog priority:400
-
Team:UI
-
Sprint:UI - 2022-8, UI COOLDOWN - 2022-07
It is possible to add a vocabulary entry with order number greater than Integer.MAX_VALUE, resulting in a format exception when loading entries in a nuxeo-directory-suggestion.
Steps to reproduce:
- In Web UI, navigate to Administration > Vocabularies. Select a Vocabulary (e.g. Nature) and add a new entry with Order greater than or equal to 2147483647.
- Create a new Document, and attempt to populate the corresponding directory field with a value by clicking the nuxeo-directory-suggestion dropdown.
Expected result: vocabulary entries should appear under the dropdown
Actual result: dropdown remains displaying "Loading..." while java.lang.NumberFormatException is logged in console.