cancel
Showing results for 
Search instead for 
Did you mean: 

Tags not shown in Document Library

uwe_wolfinger
Champ in-the-making
Champ in-the-making

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:

image

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:

Image

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?

5 REPLIES 5

cristinamr
World-Class Innovator
World-Class Innovator

Let's see if we can guess where is the problem.

As an admin go to node browser > cm:categoryRoot > cm:taggable

Check if you have listed your tags on Subdirectories:

image

Let us know the results!

--
VenziaIT: helping companies since 2005! Our ECM products: AQuA & Seidoc

within the node browser, all tags are shown as expected:

image

afaust
Legendary Innovator
Legendary Innovator

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.

uwe_wolfinger
Champ in-the-making
Champ in-the-making

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.