Duplicate project metadata when duplicating project (#2074)
This commit is contained in:
committed by
Frédéric Guillot
parent
754b2bf1f0
commit
58ccf9f692
@@ -18,6 +18,7 @@
|
||||
<?= $this->form->checkbox('action', t('Actions'), 1, true) ?>
|
||||
<?= $this->form->checkbox('swimlane', t('Swimlanes'), 1, false) ?>
|
||||
<?= $this->form->checkbox('task', t('Tasks'), 1, false) ?>
|
||||
<?= $this->form->checkbox('projectMetadata', t('Metadata'), 1, false) ?>
|
||||
|
||||
<div class="form-actions">
|
||||
<button type="submit" class="btn btn-red"><?= t('Duplicate') ?></button>
|
||||
|
||||
Reference in New Issue
Block a user