-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 2.8.4
-
Fix Version/s: 2.10
-
Component/s: None
-
Backlog priority:400
Renaming the vocabulary category to categoryrenamed and using a chained widget with the new categoryrenamed here is the result:
<widget name="category" type="chainedDirectory"> <labels> <label mode="any">Category</label> </labels> <translated>false</translated> <fields> <field>bk:category</field> </fields> <properties widgetMode="edit"> <property name="parentDirectory">category</property> <property name="childDirectory">categoryrenamed</property> </properties> </widget> </layout>
The category is still referenced as the parentDirectory
- is duplicated by
-
NXS-1375 Renaming hierarchical vocabulary will rename only the child vocabulary
- Resolved