cancel
Showing results for 
Search instead for 
Did you mean: 

Tags in share

meme
Champ in-the-making
Champ in-the-making
Hi,

I think I've found some issues:

a) Couldn't change details one after another
I had changed details (tags) of an already existing file. After that
I tried to change the details of a second one. The detail are shown
and I can also change the contents. After clicking "ok" nothing happens, except
that the ok-button is disabled. If I close the dialog and try again it works. But after
the next successful change the same occurs again.

b) Copying from one Space into another didn't indices the tags
I had copied a whole directory to another space. All contents are tagged.
The tags are also shown if I visit the folder but they're not shown on the left
side (below Tags)

c) Deleting didn't cleans the Tags

After I had copied the directory I deleted the folder in the old Space. But the
Tags are already shown and also the result count. That means I have the files in a new
space but the tags in the old.

d) Move to another space
I had to do the points above because I can copy but not move the files/directories from
one Space to another. Would be helpful to have such 'feature'. Smiley Happy)

My configuration:
Client - WinXP (IE 7, FF2.5.3, Safari)
Server - Linux (ubuntu), Alfresco Community 3.2 (custom installation on jboss)

yours sincerly

marc
7 REPLIES 7

meme
Champ in-the-making
Champ in-the-making
Okay, I've found https://issues.alfresco.com/jira/browse/ALFCOM-3253 there was a solution for point a) but it doesn't work.

In the description of this issue was a for loop which has a x < xx too much inside. At first there have been two for loops with
this x < xx but removing both hasn't got any effect. (Yes, I have reloaded the js properly Smiley Happy)) )

marc

alexandre
Champ in-the-making
Champ in-the-making
For the 1st issue, I've discovered that if you put the cursor in the "Description" field when both OK and cancel are already deactivated and then press a spacebar, the OK button is re-activated, and the details are successfully updated after pressing it

mikeh
Star Contributor
Star Contributor
(a) is solved by the JIRA issue you linked to. There's only one loop matching that one in the issue. FYI, it's the first one - the 2nd doesn't match the fix given.

For (b) and © Tag reindexing happens as a background task, so make sure the server isn't busy doing other things - e.g. creating thumbnail images.

For (d) I'm confused - why doesn't the "Move to" action work for you..?

Thanks,
Mike

meme
Champ in-the-making
Champ in-the-making
(a) is solved by the JIRA issue you linked to. There's only one loop matching that one in the issue. FYI, it's the first one - the 2nd doesn't match the fix given.

Hmm… Okay, I've found the point. It's not taglibrary.js which is requested by the page it's taglibrary-min.js. So I have to compress taglibrary.js to -min.js to make it work. I'll wait for it until I have made my other changes to share.war. In the meantime I can live with the "Description-Space" workaround. Smiley Happy

(Addendum: I've compressed the file and now everything works as expected)

For (b) and © Tag reindexing happens as a background task, so make sure the server isn't busy doing other things - e.g. creating thumbnail images.

The server hasn't got anything to do in the last 4-5hours but there was no reindexing. In the new Space (the one with the copied files) aren't any tags except those I had assigned in this space for testing. In the old Space there are the orphaned tags (with the wrong results (example: resume(4), but there aren't any resumes anymore)… Smiley Happy

For (d) I'm confused - why doesn't the "Move to" action work for you..?

With the "Move to" button (More->Move to…) I can't select another space. It's not like the Copy To… where I can also choose a new Space to copy in.

yours

marc

mikeh
Star Contributor
Star Contributor
Ah ok - I think we're confusing terminology: In Alfresco folders are knows as "spaces". I think what you're doing is copying across Sites? If so, I think the tag scope isn't getting refreshed (i.e. it's a bug).

Please raise the issue in JIRA and I'll make sure it gets attention.

Thanks,
Mike

meme
Champ in-the-making
Champ in-the-making
Ah ok - I think we're confusing terminology: In Alfresco folders are knows as "spaces". I think what you're doing is copying across Sites? If so, I think the tag scope isn't getting refreshed (i.e. it's a bug).

Yes that's correct. I was confusing terminology. I mean copying/moving across Sites. Smiley Happy)

Please raise the issue in JIRA and I'll make sure it gets attention.

Done. Smiley Happy

Thanks for your help

marc

gronfelt
Champ in-the-making
Champ in-the-making
I have two other issues with tags:

1) It's not possible to remove the last tag from a document as long as the Taggable aspect is set.

2) If a document has a tag and the Taggable aspect is unset, then the tag list in the left pane is not updated. For instance, if I tag a document with test, then the list will show "test (1)". If I then remove the Taggable aspect from the document, the list will still show "test (1)". However, no documents will be shown when clicking on the tag.

This has been tested with the latest build of 3.3.0 (as of August 7) in a single-tenant environment.