mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
First cut of pending submission UI
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5735 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -4,7 +4,8 @@
|
||||
|
||||
<imports>
|
||||
<import uri="http://www.alfresco.org/model/dictionary/1.0" prefix="d"/>
|
||||
<import uri="http://www.alfresco.org/model/bpm/1.0" prefix="bpm"/>
|
||||
<import uri="http://www.alfresco.org/model/bpm/1.0" prefix="bpm"/>
|
||||
<import uri="http://www.alfresco.org/model/wcmappmodel/1.0" prefix="wca"/>
|
||||
</imports>
|
||||
|
||||
<namespaces>
|
||||
@@ -64,7 +65,20 @@
|
||||
<constraint ref="wcmwf:reviewType" />
|
||||
</constraints>
|
||||
</property>
|
||||
</properties>
|
||||
</properties>
|
||||
<associations>
|
||||
<association name="wcmwf:webproject">
|
||||
<source>
|
||||
<mandatory>false</mandatory>
|
||||
<many>false</many>
|
||||
</source>
|
||||
<target>
|
||||
<class>wca:webfolder</class>
|
||||
<mandatory>true</mandatory>
|
||||
<many>false</many>
|
||||
</target>
|
||||
</association>
|
||||
</associations>
|
||||
<mandatory-aspects>
|
||||
<aspect>bpm:assignees</aspect>
|
||||
<aspect>wcmwf:submission</aspect>
|
||||
|
Reference in New Issue
Block a user