Rik, if there is only one possible state change (from creation?) the workflow_node_form gets weird. Do you think this should be fixed in the workflow_extensions module or the base module?

Comments

rdeboer’s picture

Hi Nancy,
I'd say the base module.
It's a basic function that should work right without Workflow Extensions.
Workflow Extensions is not meant to be a bug fix module :-)
Rik

nancydru’s picture

Status: Active » Closed (works as designed)

Yeah, I came to the same conclusion. I understand why they tried to do what they did, but it's not a good idea. I removed the check for only one state from workflow_node_form() and it's much better.

Thanks.