* @license GNU General Public License version 2 or later; see LICENSE.txt */ defined('_JEXEC') or die; use Joomla\CMS\Factory; use Joomla\CMS\HTML\HTMLHelper; use Joomla\CMS\Language\Text; use Joomla\CMS\Layout\LayoutHelper; use Joomla\CMS\Router\Route; /** @var Joomla\CMS\WebAsset\WebAssetManager $wa */ $wa = $this->document->getWebAssetManager(); $wa->useScript('keepalive') ->useScript('form.validate'); $app = Factory::getApplication(); $user = $app->getIdentity(); $this->ignore_fieldsets = ['params', 'transition', 'permissions']; $this->useCoreUI = true; // In case of modal $isModal = $this->input->get('layout') === 'modal'; $layout = $isModal ? 'modal' : 'edit'; $tmpl = $isModal || $this->input->get('tmpl', '', 'cmd') === 'component' ? '&tmpl=component' : ''; ?>
'details', 'recall' => true, 'breakpoint' => 768]); ?>
form->renderField('from_stage_id'); ?> form->renderField('to_stage_id'); ?> form->renderField('description'); ?>
authorise('core.admin', $this->extension)) : ?>
form->getInput('rules'); ?>
form->getInput('workflow_id'); ?>