we recentyl upgraded to Version 6.2.2 of ACS an noticed, that tags are no longer shown in the document library of a site:
the underlying Service
/share/proxy/alfresco/api/tagscopes/site/swsdp/documentLibrary/tags?topN=100
responds with no entries.
but when i change to the document library view in the repository, the tags are shown as expected:
the Tags are also shown in the tag manager in the admin console.
Is this related to some configuration or am i missing something else?
within the node browser, all tags are shown as expected:
The tags shown in the document library are aggregated / retrieved from a so called "tag scope cache" property on the document library node itself. It could be that - for some reason - the async action / job which aggregates that data is not working properly for the document library, and if you view it in the Repository view, you are actually seing the aggregate from a higher level node instead. You should check the properties of the site + document library via the node browser and check for the tag scope cache / summary property. Also check the logs for any errors with text that point to tag scope updates / refreshs.
indeed, the documentLibrary node has such a property "cm:tagScopeCache". opening the content of the property shows an empty result/file. same behaviour with cm:tagScopeCache at site level.
i also tried to refresh the cache with:
var refresh = actions.create('refresh-tagscope');
refresh.execute(space);
but it has no effect and there are no messages in the log file (org.alfresco.repo.tagging is set to debug)
Was this issue ever solved? I have the same problem. Thanks.
Ask for and offer help to other Alfresco Content Services Users and members of the Alfresco team.
Related links:
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.