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.
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.
Comments
Comment #1
rdeboerHi 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_onceis used to pull in workflow/workflow.pages.inc. I've just changed that to@include_oncewith 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
Comment #2
nancydruThanks.
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.
Comment #3
rdeboer