- Issue created by @johnv
Automatically closed - issue fixed for 2 weeks with no activity.
Now, the Workflow type of an Item requires technical knowledge.
Change this: $wid = $item->getSetting('workflow_type');
to this: $wid = $item->getWorkflowId();
that also allows for : $wid = $this->getWorkflow(); which fetches a Workflow Object directly.
Active
2.0
Code
Automatically closed - issue fixed for 2 weeks with no activity.