mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
RM-1313 ("New Hold" button is enabled for user with no permissions for Holds)
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@63796 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -59,8 +59,7 @@
|
|||||||
<property name="permission" value="CreateHold"/>
|
<property name="permission" value="CreateHold"/>
|
||||||
<property name="kinds">
|
<property name="kinds">
|
||||||
<list>
|
<list>
|
||||||
<value>HOLD</value>
|
<value>HOLD_CONTAINER</value>
|
||||||
<value>HOLD_CONTAINER_CHILD</value>
|
|
||||||
</list>
|
</list>
|
||||||
</property>
|
</property>
|
||||||
<property name="conditions">
|
<property name="conditions">
|
||||||
|
@@ -791,8 +791,7 @@
|
|||||||
<property name="name" value="newHold"/>
|
<property name="name" value="newHold"/>
|
||||||
<property name="kinds">
|
<property name="kinds">
|
||||||
<set>
|
<set>
|
||||||
<value>HOLD</value>
|
<value>HOLD_CONTAINER</value>
|
||||||
<value>HOLD_CONTAINER_CHILD</value>
|
|
||||||
</set>
|
</set>
|
||||||
</property>
|
</property>
|
||||||
<property name="capability" value="CreateHold"/>
|
<property name="capability" value="CreateHold"/>
|
||||||
|
Reference in New Issue
Block a user