Hiding workflow-related GUI controls after upgrade
As of SDL Tridion 2013, by default, the Content Manager Explorer and Experience Manager GUIs show a Things To Do panel, used for workflow-related functionality. If you do not use, nor intend to use, workflow in your implementation of SDL Web, you can hide this panel.
Procedure
- On your Content Manager server, navigate to the folder %TRIDION_HOME%\web\WebUI\Editors\CME\Configuration\.
- In this location, open CME.config for editing.
- At the bottom of this file, just above the
</customconfiguration>closing tag, ensure the presence of an<enableworkflowinfo>element with its contents set tofalse. - Save and close CME.config.
- Navigate to the folder %TRIDION_HOME%\web\WebUI\WebRoot\Configuration\.
- In this location, open System.config for editing.
- Find the
serverelement with aversionand amodificationattribute, and increase the number value ofmodificationvalue by one. - Save and close System.config.
- Restart IIS.