##// END OF EJS Templates
Fixed: issue queries can not use custom fields marked as 'for all projects' in a project context....
Jean-Philippe Lang -
r1053:8a39862b1937
parent child
Show More
@@ -223,7 +223,7 class Query < ActiveRecord::Base
223 223 return @available_columns if @available_columns
224 224 @available_columns = Query.available_columns
225 225 @available_columns += (project ?
226 project.custom_fields :
226 project.all_custom_fields :
227 227 IssueCustomField.find(:all, :conditions => {:is_for_all => true})
228 228 ).collect {|cf| QueryCustomFieldColumn.new(cf) }
229 229 end
General Comments 0
You need to be logged in to leave comments. Login now