Hiding workflow-related GUI controls
If you do not intend to use workflow in your implementation of Tridion Sites, you can hide certain workflow-related GUI controls (specifically, the Things To Do panel in Content Manager Explorer and Experience Manager).
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.