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)
Remove Tagger UI from workflows in teamsite 6.7.1
Tanuj
Guys
I just upgraded to teamsite 6.7.1 from 6.5 . Teamsite 6.7.1 added tagger ui in all of my old workflows. how can I remove that tagger ui as QA is comparing apples to apples in our old and new server and this is not matching.
our platform is windows 2003
Thanks
Tanuj
Find more posts tagged with
Comments
nipper
I have upgraded multiple systems and never saw this happen.
What workflow are you using ? One of the standard out of the box ones like configurable_default_submit ? Can you post it ?
report.rptdesign
Tanuj
I am using our custom workflows look at the attached doc that is the new screen i am getting at starting of all my workflows.
nipper
The error does not good, the WF does.
There are Metadata capture settings in the IWOV supplied workflows, could you have used that to write the custom one ?
anisha
Tanuj,
Ensure that tag step is skipped by including the following in your application_custom.xml ( \local\config\lib\content_center\customer_src\etc\conf\customer\application_custom.xml )
application id="ccstd">
param id="skip-tag-step" value="true">
/param>
/application>
Tanuj
Thanx Anisha do I need to recompile toolkit to make this work?
Tanuj
Thanx Anisha it worked.