Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
TagUI failing with "copy to all"
JoeS
We just upgraded to TeamSite 7.3.1 and we're experiencing a serious bug with the TagUI. We've set up both single and multiple tagging to point to the same cfg file in this directory --> /iw-home/Interwoven/TeamSite/local/config/tagui/rulesets60/datacapture.cfg. Single tagging works fine and mutliple tagging works when we manually select exempt or not exempt for each file. (we have an onchange item handler for this field.) However there's a bug when using the "copy to all" link. When this occurs, it only changes the validation for the first file and ignores the other files. This means that users can save the files without filling in the required fields. Thanks for any help.
Find more posts tagged with
Comments
JoeS
I found a fix for the issue with "Copy to all" not triggering the onItemChange event – simply added the following line where I have the other item handlers:
IWEventRegistry.addItemHandler("/Asset_metadata/Details/ComplianceCodeSettings", "
onAfterItemReplace
", complianceCodeChanged);