I want to make the Workflow comment required only for certain roles. I don't see the option to do this, only to make it required for everyone. thanks

Comments

dianacastillo’s picture

Title: comment required depending on rol » comment required depending on role
johnv’s picture

Category: Support request » Feature request
Status: Active » Closed (won't fix)

This is not possibe at the moment. You can try a hook_form_alter() or hook_FORM_ID_form_alter(), which is documented in the workflow.api.php file.

johnv’s picture