Add custom roles project duplication

This commit is contained in:
Matteo Mazza
2018-08-23 06:00:01 +02:00
committed by Frédéric Guillot
parent e5904ad2ed
commit f28d7a15b9
8 changed files with 163 additions and 2 deletions

View File

@@ -12,6 +12,7 @@
<?php if ($project['is_private'] == 0): ?>
<?= $this->form->checkbox('projectPermissionModel', t('Permissions'), 1, true) ?>
<?= $this->form->checkbox('projectRoleModel', t('Custom roles'), 1, true) ?>
<?php endif ?>
<?= $this->form->checkbox('categoryModel', t('Categories'), 1, true) ?>