Set Enable Workflows = Yes in Articles -> Options -> Integration
Enable Plugin
Do some experimentation with Workflows.
Set Enable Workflows to No
Select Articles or Featured Articles
Select an Article Checkbox
Open the Actions Toolbar button
No Transitions
Transitions before normal actions
transitions is set before calling test for workflow_enabled:
See line 89ff in Featured/HtmlView for example:
$this->transitions = $this->get('Transitions');
$this->vote = PluginHelper::isEnabled('content', 'vote');
if (ComponentHelper::getParams('com_content')->get('workflow_enabled'))
{
PluginHelper::importPlugin('workflow');
$this->transitions = $this->get('Transitions');
}
I would prefer someone else to do the PR. I have only ever done one and it will take me hours to remember what to do and bring my clones up to date. I really should to do PRs more often!
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2020-07-07 13:35:14 |
Closed_By | ⇒ | SharkyKZ |
Is this not what you are seeing?