-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 7.10, 8.3
-
Component/s: Directory
-
Release Notes Summary:Parent entries renamed in hierarchical vocabularies are now visible
-
Backlog priority:400
-
Sprint:nxAT Sprint 9.1.2, nxfit 9.10.2
-
Story Points:1
- deploy the attached jar
- check the DB table (should be named studio_vocabulary_voc_TypeDoc, see screenshot DB_before.png)
- create a document of type testDocument
- select a Multiple chained Vocabulary (for example Parent1/Enfant1)
- save
- click on Admin / Vocabularies
- rename the parent entry named Parent1 to Parent1b
- go to the previously created document
- in the Summary tab, the value(s) is(are) correctly displayed
- click the Edit tab
- the value(s) containing the modified parent entry is/are missing
- check the DB table, the 2 single quotes are now missing (see dbAfter.png)
- update the parent character varying column and set back the 2 single quotes characters
- click the Edit tab
- the value is now visible again