Skip to content
This repository has been archived by the owner on Jul 28, 2020. It is now read-only.

Commit

Permalink
Merge pull request #159 from kawshar/issue-156
Browse files Browse the repository at this point in the history
Fixed issue #156, workflow edit view title field missing issue.
  • Loading branch information
marcodings authored Dec 16, 2019
2 parents 4677353 + 3c0478a commit 17f099e
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 17f099e

Please sign in to comment.