mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
MT fix for Dictionary Model Type
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6768 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -255,7 +255,7 @@ public class DictionaryModelType implements ContentServicePolicies.OnContentUpda
|
|||||||
pendingModelUpdates = new HashSet<NodeRef>();
|
pendingModelUpdates = new HashSet<NodeRef>();
|
||||||
AlfrescoTransactionSupport.bindResource(KEY_PENDING_MODELS, pendingModelUpdates);
|
AlfrescoTransactionSupport.bindResource(KEY_PENDING_MODELS, pendingModelUpdates);
|
||||||
}
|
}
|
||||||
pendingModelUpdates.add(nodeRef);
|
pendingModelUpdates.add(tenantService.getName(nodeRef));
|
||||||
|
|
||||||
AlfrescoTransactionSupport.bindListener(this.transactionListener);
|
AlfrescoTransactionSupport.bindListener(this.transactionListener);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user