diff options
Diffstat (limited to 'app/models/query.rb')
-rw-r--r-- | app/models/query.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/query.rb b/app/models/query.rb index 790ed7e23..355a410b7 100644 --- a/app/models/query.rb +++ b/app/models/query.rb @@ -238,7 +238,7 @@ class Query < ActiveRecord::Base @available_columns = Query.available_columns @available_columns += (project ? project.all_issue_custom_fields : - IssueCustomField.find(:all, :conditions => {:is_for_all => true}) + IssueCustomField.find(:all) ).collect {|cf| QueryCustomFieldColumn.new(cf) } end |