mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Fix category and category root multiplicities
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@3449 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -177,8 +177,14 @@
|
|||||||
<parent>cm:cmobject</parent>
|
<parent>cm:cmobject</parent>
|
||||||
<associations>
|
<associations>
|
||||||
<child-association name="cm:categories">
|
<child-association name="cm:categories">
|
||||||
|
<source>
|
||||||
|
<mandatory>false</mandatory>
|
||||||
|
<many>true</many>
|
||||||
|
</source>
|
||||||
<target>
|
<target>
|
||||||
<class>cm:category</class>
|
<class>cm:category</class>
|
||||||
|
<mandatory>false</mandatory>
|
||||||
|
<many>true</many>
|
||||||
</target>
|
</target>
|
||||||
</child-association>
|
</child-association>
|
||||||
</associations>
|
</associations>
|
||||||
@@ -192,8 +198,14 @@
|
|||||||
<parent>cm:cmobject</parent>
|
<parent>cm:cmobject</parent>
|
||||||
<associations>
|
<associations>
|
||||||
<child-association name="cm:subcategories">
|
<child-association name="cm:subcategories">
|
||||||
|
<source>
|
||||||
|
<mandatory>false</mandatory>
|
||||||
|
<many>true</many>
|
||||||
|
</source>
|
||||||
<target>
|
<target>
|
||||||
<class>cm:category</class>
|
<class>cm:category</class>
|
||||||
|
<mandatory>false</mandatory>
|
||||||
|
<many>true</many>
|
||||||
</target>
|
</target>
|
||||||
</child-association>
|
</child-association>
|
||||||
</associations>
|
</associations>
|
||||||
|
Reference in New Issue
Block a user