Admin can move project to ANY namespace. Updated permissions page
This commit is contained in:
parent
2a1c5cdf99
commit
e376f31507
4 changed files with 64 additions and 57 deletions
|
@ -99,7 +99,8 @@ class Ability
|
|||
def project_admin_rules
|
||||
project_master_rules + [
|
||||
:change_namespace,
|
||||
:rename_project
|
||||
:rename_project,
|
||||
:remove_project
|
||||
]
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue