mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
RM-4357 - updated allowable operations to reflect the edit permissions changes for special containers made in RM-4373
This commit is contained in:
@@ -224,8 +224,7 @@ public class RMNodesImpl extends NodesImpl implements RMNodes
|
||||
}
|
||||
|
||||
// UPDATE
|
||||
if ( !isTransferContainer && !isUnfiledContainer && !isHoldsContainer &&
|
||||
capabilityService.getCapability("Update").evaluate(nodeRef) == AccessDecisionVoter.ACCESS_GRANTED)
|
||||
if (capabilityService.getCapability("Update").evaluate(nodeRef) == AccessDecisionVoter.ACCESS_GRANTED)
|
||||
{
|
||||
allowableOperations.add(OP_UPDATE);
|
||||
}
|
||||
|
Reference in New Issue
Block a user