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
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
Comment #1
dianacastillo commentedComment #2
johnvThis 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.
Comment #3
johnvSee[#318325]