There is a trivial form API bug in workflow_edit()
Line 428 currently reads: '#value' => $name,
it should read '#default_value' => $name,
This doesn't even seem worth a patch, but if you want one for accounting reasons, let me know.
-M
There is a trivial form API bug in workflow_edit()
Line 428 currently reads: '#value' => $name,
it should read '#default_value' => $name,
This doesn't even seem worth a patch, but if you want one for accounting reasons, let me know.
-M
Comments
Comment #1
jvandyk commentedComment #2
(not verified) commented