mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
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:
@@ -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>
|
||||
|
Reference in New Issue
Block a user