Admin can move project to ANY namespace. Updated permissions page

This commit is contained in:
Dmitriy Zaporozhets 2012-12-04 22:48:24 +02:00
parent 2a1c5cdf99
commit e376f31507
4 changed files with 64 additions and 57 deletions

View file

@ -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