Handle project tags duplication

This commit is contained in:
Frederic Guillot
2016-07-02 15:20:59 -04:00
parent 3fcc0cb918
commit 6d5577fa0b
7 changed files with 599 additions and 485 deletions

View File

@@ -23,6 +23,7 @@
<?php endif ?>
<?= $this->form->checkbox('categoryModel', t('Categories'), 1, true) ?>
<?= $this->form->checkbox('tagDuplicationModel', t('Tags'), 1, true) ?>
<?= $this->form->checkbox('actionModel', t('Actions'), 1, true) ?>
<?= $this->form->checkbox('swimlaneModel', t('Swimlanes'), 1, true) ?>
<?= $this->form->checkbox('taskModel', t('Tasks'), 1, false) ?>