I am using workflow module to manage article moderation. I have created different state for that and for each state, I have set permissions using workflow content access.
Now, when an article is flagged, I am changing it’s workflow state to say “s1” and unpublished the content.
In this state, author’s can allow to edit the content but not publish it, the edited content will be sent to admin for review.
Now when I go to edit tab, it is showing “Publish” button too, by which author can Publish the content.
How can I remove these buttons ? Also is there any way, I can show workflow comment box in edit node page only.
— Many thanks for your time.