mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Merged BRANCHES/DEV/V3.3-BUG-FIX to HEAD:
22351: Merged BRANCHES/V3.3 to BRANCHES/DEV/V3.3-BUG-FIX: 22350: Fixed ALF-3937: Permissions are not updated when a group is updated in a cluster git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@22352 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -503,16 +503,8 @@ public class TransactionalCache<K extends Serializable, V extends Object>
|
||||
}
|
||||
else
|
||||
{
|
||||
V existingValue = getSharedCacheValue(key);
|
||||
if (existingValue == null)
|
||||
{
|
||||
// There is no point doing a remove for a value that doesn't exist
|
||||
}
|
||||
else
|
||||
{
|
||||
// Create a bucket to remove the value from the shared cache
|
||||
txnData.removedItemsCache.add(key);
|
||||
}
|
||||
// Create a bucket to remove the value from the shared cache
|
||||
txnData.removedItemsCache.add(key);
|
||||
}
|
||||
}
|
||||
// remove the item from the udpated cache, if present
|
||||
|
Reference in New Issue
Block a user