How can I disable the Publish button in EPiServer's content editor? -
I have an EPiServer project that is using sequential workflow to validate content changes. It works fine, though we have a minor issue where content reviewers only click when publishing, when they are happy with the work of an editor, what they are doing is using the workflow task window and that They are indicating their approval.
To apply this behavior, I would like to disable the Publish button in the Content Editor in certain circumstances (i.e. when a
Have any idea how can I do this, or even an alternative solution to the problem too completely?
If a user is allowed to publish A page with a car is published: It should be considered an approval to see if the page is currently part of the ongoing workflow, you can easily pick up the event that is published.
Comments
Post a Comment