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
|
@ -23,7 +23,7 @@
|
|||
.clearfix
|
||||
= f.label :namespace_id
|
||||
.input
|
||||
= f.select :namespace_id, namespaces_options(@project.namespace_id), {}, {class: 'chosen'}
|
||||
= f.select :namespace_id, namespaces_options(@project.namespace_id, :all), {}, {class: 'chosen'}
|
||||
|
||||
%span.cred Be careful. Changing project namespace can have unintended side effects
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue