mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-10-08 14:51:49 +00:00
Tagging Service: tag scope refresh added. Async action execution policy added.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@10288 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -2245,7 +2245,7 @@ public class ScriptNode implements Serializable, Scopeable
|
||||
org.alfresco.service.cmr.tagging.TagScope tagScopeImpl = this.services.getTaggingService().findTagScope(this.nodeRef);
|
||||
if (tagScopeImpl != null)
|
||||
{
|
||||
tagScope = new TagScope(tagScopeImpl);
|
||||
tagScope = new TagScope(this.services.getTaggingService(), tagScopeImpl);
|
||||
}
|
||||
return tagScope;
|
||||
}
|
||||
|
Reference in New Issue
Block a user