Skip to content

Commit

Permalink
Fixed issue joomla-projects#156, workflow edit view title field missi…
Browse files Browse the repository at this point in the history
…ng issue
  • Loading branch information
ahamed committed Dec 13, 2019
1 parent f7da1dc commit 3c0478a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<form action="<?php echo Route::_('index.php?option=com_workflow&extension=' . $input->getCmd('extension') . '&layout=' . $layout . $tmpl . '&id=' . (int) $this->item->id); ?>" method="post" name="adminForm" id="workflow-form" class="form-validate">

<div class="form-no-margin">
<?php echo LayoutHelper::render('joomla.edit.title', $this); ?>
<?php echo LayoutHelper::render('joomla.edit.title_alias', $this); ?>
</div>


Expand Down

0 comments on commit 3c0478a

Please sign in to comment.