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

jvandyk’s picture

Status: Reviewed & tested by the community » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)