From 0e055eabe1a7d0e077105f6e9cc48057c9540443 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sat, 17 Sep 2016 15:25:27 -0400 Subject: Add custom role edition --- app/Template/project_role/show.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'app/Template/project_role/show.php') diff --git a/app/Template/project_role/show.php b/app/Template/project_role/show.php index 595416ac..81281a3e 100644 --- a/app/Template/project_role/show.php +++ b/app/Template/project_role/show.php @@ -26,6 +26,10 @@ url->link(t('Add a new column restriction'), 'ColumnMoveRestrictionController', 'create', array('project_id' => $project['id'], 'role_id' => $role['role_id']), false, 'popover') ?> +
  • + + url->link(t('Edit this role'), 'ProjectRoleController', 'edit', array('project_id' => $project['id'], 'role_id' => $role['role_id']), false, 'popover') ?> +
  • url->link(t('Remove this role'), 'ProjectRoleController', 'confirm', array('project_id' => $project['id'], 'role_id' => $role['role_id']), false, 'popover') ?> -- cgit v1.2.3