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:
Jan Vonka
2007-09-12 16:24:38 +00:00
parent 035625135e
commit 2511644075

View File

@@ -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);
} }