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 168b709 commit f3ce61bCopy full SHA for f3ce61b
administrator/components/com_content/tmpl/article/edit.php
@@ -183,6 +183,6 @@
183
</div>
184
</form>
185
<?php echo LayoutHelper::render('joomla.workflow.graphmodal', [
186
- 'workflow_id' => $this->item->workflow_id,
+ 'workflow_id' => isset($this->item->workflow_id) ? $this->item->workflow_id : null,
187
]);
188
?>
components/com_content/tmpl/form/edit.php
0 commit comments