mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
First cut of content expiration support
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5674 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -115,6 +115,32 @@
|
||||
<mandatory-aspects>
|
||||
<aspect>bpm:assignee</aspect>
|
||||
</mandatory-aspects>
|
||||
</type>
|
||||
|
||||
<!-- -->
|
||||
<!-- Change Request Tasks -->
|
||||
<!-- -->
|
||||
|
||||
<type name="wcmwf:submitChangeRequestTask">
|
||||
<parent>wcmwf:startTask</parent>
|
||||
<mandatory-aspects>
|
||||
<aspect>bpm:assignee</aspect>
|
||||
</mandatory-aspects>
|
||||
</type>
|
||||
|
||||
<type name="wcmwf:changeRequestTask">
|
||||
<parent>bpm:workflowTask</parent>
|
||||
<overrides>
|
||||
<property name="bpm:packageActionGroup">
|
||||
<default></default>
|
||||
</property>
|
||||
<property name="bpm:packageItemActionGroup">
|
||||
<default>edit_wcm_package_item_actions</default>
|
||||
</property>
|
||||
</overrides>
|
||||
<mandatory-aspects>
|
||||
<aspect>bpm:assignee</aspect>
|
||||
</mandatory-aspects>
|
||||
</type>
|
||||
|
||||
</types>
|
||||
|
Reference in New Issue
Block a user