Fixed an issue where the 'Cancel' transition on invitations was not being hidden.

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@21468 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
N Smith
2010-07-28 16:45:22 +00:00
parent 4523c82186
commit f2ea8c3b77

View File

@@ -44,6 +44,11 @@
<type name="inwf:invitePendingTask">
<parent>bpm:workflowTask</parent>
<overrides>
<property name="bpm:hiddenTransitions">
<default>cancel</default>
</property>
</overrides>
<mandatory-aspects>
<aspect>inwf:nominatedInvitationStats</aspect>
</mandatory-aspects>