Closed (fixed)
Project:
Workflow Extensions
Version:
7.x-1.0-alpha1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
25 Jan 2013 at 21:01 UTC
Updated:
9 Feb 2013 at 20:00 UTC
Jump to comment: Most recent file
Comments
Comment #1
dbassendine commentedThis is because in "workflow_extensions_form_alter", line 188 the code checks for ['#form-id'] = 'node-form'.
The proper check is for isset($form['#node_edit_form']). I've attached a patch to correct this (against 7.x-1.0-alpha1).
Comment #2
rdeboerThanks so much David.
The D6 to D7 port of the Workflow base module must have changed the name.
I hope to attend to this on the weekend.
Rik
Comment #3
rdeboerCommitted with attribution to 7.x-1.x-dev.
Thanks again, Dave.
Rik