mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Next phase of forums functionality
Simple dialog framework implementation git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2056 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -25,20 +25,10 @@
|
||||
|
||||
<type name="fm:forum">
|
||||
<parent>cm:folder</parent>
|
||||
<properties>
|
||||
<property name="fm:status">
|
||||
<type>d:category</type>
|
||||
</property>
|
||||
</properties>
|
||||
</type>
|
||||
|
||||
<type name="fm:topic">
|
||||
<parent>cm:folder</parent>
|
||||
<properties>
|
||||
<property name="fm:type">
|
||||
<type>d:category</type>
|
||||
</property>
|
||||
</properties>
|
||||
</type>
|
||||
|
||||
<type name="fm:post">
|
||||
@@ -48,12 +38,20 @@
|
||||
|
||||
<aspects>
|
||||
<aspect name="fm:discussable">
|
||||
<properties>
|
||||
<property name="fm:forum">
|
||||
<type>d:noderef</type>
|
||||
<mandatory>true</mandatory>
|
||||
</property>
|
||||
</properties>
|
||||
<associations>
|
||||
<child-association name="fm:discussion">
|
||||
<source>
|
||||
<mandatory>false</mandatory>
|
||||
<many>false</many>
|
||||
</source>
|
||||
<target>
|
||||
<class>fm:forum</class>
|
||||
<mandatory>true</mandatory>
|
||||
<many>false</many>
|
||||
</target>
|
||||
<duplicate>false</duplicate>
|
||||
</child-association>
|
||||
</associations>
|
||||
</aspect>
|
||||
</aspects>
|
||||
|
||||
|
Reference in New Issue
Block a user