We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49a7ca9 commit 50231edCopy full SHA for 50231ed
administrator/components/com_content/tmpl/featured/default.php
@@ -228,7 +228,7 @@
228
'title' => Text::_($item->stage_title),
229
'tip_content' => Text::sprintf('JWORKFLOW', Text::_($item->workflow_title)),
230
'id' => 'workflow-' . $item->id,
231
- 'task' => 'articles.runTransitions'
+ 'task' => 'articles.runTransition'
232
];
233
234
echo (new TransitionButton($options))
0 commit comments