Merged V2.1 to HEAD

6454: Remove edit & upload actions from WCM submit parallel review task.
         Serial review task still allows edit & upload.
         Schema version number up to 103 and changed patch accordingly


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6735 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Derek Hulley
2007-09-10 22:26:27 +00:00
parent eda4f77a59
commit 28d4278290
5 changed files with 39 additions and 3 deletions

View File

@@ -108,7 +108,23 @@
<aspect>wcmwf:reviewType</aspect>
</mandatory-aspects>
</type>
<type name="wcmwf:parallelReviewTask">
<parent>wcmwf:workflowTask</parent>
<overrides>
<property name="bpm:packageItemActionGroup">
<default>review_wcm_package_item_actions</default>
</property>
</overrides>
<mandatory-aspects>
<!-- One or more reviewers - this is here to allow view of all reviewers -->
<!-- in the review task -->
<aspect>bpm:assignees</aspect>
<aspect>wcmwf:submission</aspect>
<aspect>wcmwf:reviewType</aspect>
</mandatory-aspects>
</type>
<type name="wcmwf:rejectedTask">
<parent>wcmwf:workflowTask</parent>
<overrides>