12-12-2019 05:33 AM
So im trying to add new tags on my subfolders/files when updating or adding a new tag on the parent folder, im using this code but the tagNodeRef seems to not have the correct information, i cant debugg it since i dont have acess to the aplication itself and cant turn on the javaScript debugger too, any sort of help? thx
var tags = space.properties["cm:taggable"];
for (var i = 0; i < tags.length ; i++){
var tagNodeRef = tags[i];
document.addAspect("cm:taggable");
document.addTag(tagNodeRef);
12-15-2019 09:46 AM
Cross-posted on Stack over here:
12-15-2019 09:46 AM
Cross-posted on Stack over here:
Explore our Alfresco products with the links below. Use labels to filter content by product module.