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.

CommentFileSizeAuthor
workflow_tab_form_alter.png70.54 KBanjjriit

Comments

johnv’s picture

Status: Active » Closed (works as designed)

I 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.