-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 7.10-HF41
-
Component/s: Tagging
Since NXP-24945, the tags are sanitized at creation time. However the UI does not reflect the change :
- the faces message displays the non-sanitized name
- the tag list displays the non-sanitized name
Steps to reproduce:
- navigate to a document in the JSF UI
- enter the tag foo/bar and validate with the Enter key
- observe that the tag foo/bar is added to the list of tags and that the message
- refresh the page
- observe now that the list displays the sanitized tag name foobar
Expected behavior
- at least the message and the list should use the sanitized
- at best, a warning message should be added when the entered tag is diffierent from the saved name to indicate that the tag was sanitized.