Closed (works as designed)
Project:
Workflow
Version:
6.x-2.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
26 Jan 2013 at 10:19 UTC
Updated:
22 Oct 2013 at 15:04 UTC
I need to alter workflow tab, using hook_workflow_tab_form_alter, all this code below is not worked.
unset ($form['submit']);
$form['action']['submit']['#access'] = FALSE;
$form['action']['submit']['#disabled'] = TRUE;
Pls help, how to hide / disable this form submit.
Thanks in advance.
| Comment | File | Size | Author |
|---|---|---|---|
| workflow_tab_form_alter.png | 70.54 KB | anjjriit |
Comments
Comment #1
johnvI hope you have found a solution for this very old issue.
Closing this for now, since current maintainers are not very fluent with the D6 version.