collective.wfcomment is a Plone product that installs a JavaScript handler (using jQuery) that will present a prompt box inviting the user to enter a comment before triggering a workflow transition from the 'state' drop-down in a standard Plone site.
The handler will only be used for workflow actions using the standard `content_status_modify` script.
You can restrict this behaviour on some transitions through a control panel.
You can make the comment required or not.
Product's homepage
Requirements:
· Python
· Plone CMS
What's New in This Release: [ read full changelog ]
· controlpanel: hide transition selection if 'all transitions' option is selected. [thomasdesvenain]
· fix when 'all transitions' option is selected. [thomasdesvenain]
· fix plone.app.registry dependency [toutpt]