Duplicate a task quickly to multiple projects after the creation

This commit is contained in:
Frederic Guillot
2016-09-11 20:55:21 -04:00
parent daa184458b
commit 49f9b65e6c
7 changed files with 88 additions and 7 deletions

View File

@@ -13,6 +13,7 @@
<?php if (! isset($duplicate)): ?>
<?= $this->form->checkbox('another_task', t('Create another task'), 1, isset($values['another_task']) && $values['another_task'] == 1) ?>
<?= $this->form->checkbox('duplicate_multiple_projects', t('Duplicate to multiple projects'), 1) ?>
<?php endif ?>
<?= $this->hook->render('template:task:form:first-column', array('values' => $values, 'errors' => $errors)) ?>