Comments

rdeboer’s picture

Assigned: Unassigned » rdeboer
Status: Active » Fixed

Hi Nancy,
Thanks for the heads up.
That change is not a problem.

Workflow Extensions does indeed need the function workflow_tab_form and workflow_tab_form_submit. A require_once is used to pull in workflow/workflow.pages.inc. I've just changed that to @include_once with my latest check-in, to make for a smooth transition. This means that when the time comes that workflow.pages.inc is no longer there, the page will still load correctly and the normal notice will also be suppressed.

Cheers,
Rik

nancydru’s picture

Thanks.

I've been trying ways to not need to do this, but haven't found one yet.

The issue is that when the tab_form is added to the node edit, clicking submit fails. I don't know why one would want it on node edit, but it's been there forever.

rdeboer’s picture

Status: Fixed » Closed (fixed)