Duplicate project metadata when duplicating project (#2074)

This commit is contained in:
Busfreak
2016-05-12 00:26:44 +02:00
committed by Frédéric Guillot
parent 754b2bf1f0
commit 58ccf9f692
4 changed files with 24 additions and 4 deletions

View File

@@ -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>