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