Details
-
Bug
-
Status: Closed
-
Normal
-
Resolution: Outdated
-
None
-
None
Description
The tagging plugin replaces the whole hippo:configuration/hippo:frontend/cms/cms-browser/navigator node of the repository rather than using h:merge="append" to add the correct value to the property, so blows away any other plugins that have attached themselves to the navigator (eg taxonomy):
<sv:node sv:name="tagging-replace-navigator">
<sv:property sv:name="jcr:primaryType" sv:type="Name">
<sv:value>hippo:initializeitem</sv:value>
</sv:property>
<sv:property sv:name="hippo:sequence" sv:type="Double">
<sv:value>11012</sv:value>
</sv:property>
<sv:property sv:name="hippo:contentresource" sv:type="String">
<sv:value>navigator.xml</sv:value>
</sv:property>
<sv:property sv:name="hippo:contentdelete" sv:type="String">
<sv:value>/hippo:configuration/hippo:frontend/cms/cms-browser/navigator</sv:value>
</sv:property>
<sv:property sv:name="hippo:contentroot" sv:type="String">
<sv:value>/hippo:configuration/hippo:frontend/cms/cms-browser</sv:value>
</sv:property>
</sv:node>
Patch is attached.