mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-10-01 14:41:46 +00:00
RM-1039: Can't move folder to Category with disposition schedule.
* improve general reliability of record folder move * fix up some issues with the way composite capabilities where being evaluated * use capabilities to enforce conditions of move .. not behavior .. this improves the visibility of the move action in the UI * unit test * reproduced and fixed up UI issue .. was showing No Items red banner in a very specific edge case git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@56373 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -124,6 +124,7 @@
|
||||
parent="declarativeCapability">
|
||||
<property name="name" value="FileUnfiledRecords"/>
|
||||
<property name="permission" value="FileUnfiledRecords"/>
|
||||
<property name="kind" value="RECORD" />
|
||||
<property name="conditions">
|
||||
<map>
|
||||
<entry key="capabilityCondition.filling" value="true"/> <!-- Checks if the user has the filling capability -->
|
||||
|
@@ -73,7 +73,7 @@
|
||||
parent="compositeCapability">
|
||||
<property name="name" value="MoveRecordFolder"/>
|
||||
<property name="private" value="true"/>
|
||||
<property name="undetermined" value="true"/>
|
||||
<property name="undetermined" value="true"/>
|
||||
<property name="capabilities">
|
||||
<list>
|
||||
<ref bean="rmCreateModifyDestroyFoldersCapability"/>
|
||||
|
Reference in New Issue
Block a user