When creating your own workflows, you may not always want to require your users to comment. Sitecore provides an option to Suppress Comment on the actions you create, however checking this box didn’t seem to have any effect .
So out of curiosity, I opened up the Sitecore Kernel with trusty DotPeek.
Looking for the field “Suppress Comment”, I found that it was being checked in Sitecore.Workflows.BasicWorkflowCommandAppearanceEvaluator
Solution
Applying this Appearance Evaluator Type to the Command allows this check to take place.
- Make sure you’ve selected the Suppress Comment checkbox
- On you Command, locate the Field Appearance Evaluator Type
- Insert: Sitecore.Workflows.BasicWorkflowCommandAppearanceEvaluator, Sitecore.Kernel
Leave a Reply