@@ -238,7 +238,7 class Query < ActiveRecord::Base | |||||
238 | @available_columns = Query.available_columns |
|
238 | @available_columns = Query.available_columns | |
239 | @available_columns += (project ? |
|
239 | @available_columns += (project ? | |
240 | project.all_issue_custom_fields : |
|
240 | project.all_issue_custom_fields : | |
241 |
IssueCustomField.find(:all |
|
241 | IssueCustomField.find(:all) | |
242 | ).collect {|cf| QueryCustomFieldColumn.new(cf) } |
|
242 | ).collect {|cf| QueryCustomFieldColumn.new(cf) } | |
243 | end |
|
243 | end | |
244 |
|
244 |
General Comments 0
You need to be logged in to leave comments.
Login now