-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 3.0.x
-
Component/s: UI
-
Tags:
-
Backlog priority:800
-
Upgrade notes:
-
Sprint:UI - 2023-2, UI - 2023-3, UI COOLDOWN - 2023-2
Steps to reproduce
- Go to Administration > Vocabularies
- Choose "nature"
- Add an entry with id = https://adress.com/ and label = blabla
- Observe the entry is correctly added
- Click on the Delete icon for the new entry
- Observe an error is displayed
- Click on the Edit icon for the new entry, change the label and submit the form
- Observe an error is displayed "Failed to fetch"
The error on Delete could be reproduced with a curl command
curl -X DELETE http://localhost:8080/nuxeo/api/v1/directory/nature/https%3A/adress.com/?pageSize=0
The problem seems to be related the forward slash in the entry id which is not encoded.
- clones
-
WEBUI-1061 Escape forward slashes in vocabulary entry when deleting or updating an entry
- Resolved
- is related to
-
NXJS-206 Escape forward slashes in vocabulary entry when deleting or updating an entry
- Resolved
-
ELEMENTS-1588 Update Client_JS version in Elements.
- Resolved
- links to