Project

General

Profile

Improvement #2290

Updated by liaham 8 months ago

``` ruby 
 # app/views/queries/_form.html.erb 
 <% unless @query.type == 'ProjectQuery' %> <--- this is two times in the code and needs to be changed 

 ``` 
 The control structure above needs to be changed in order to check also against ProjectTypeQuery. 

 Make also sure that for all users means for all admin users!

Back