The "Actions" link for a workflow in the Workflow admin page does not work if workflow_owner is enabled.
In the workflow module, the href for the Actions link is "admin/build/trigger/workflow/$wid",
but the overrride in workflow_owner sets it to "admin/build/workflow/actions/$wid".
Should it be set to the value in the workflow module?
Comments
Comment #1
JacobSingh commentedYes, if there is anything referencing actions in workflow_owner it doesn't belong there.