@@ -333,9 +333,7 class IssueQuery < Query | |||||
333 | limit(options[:limit]). |
|
333 | limit(options[:limit]). | |
334 | offset(options[:offset]) |
|
334 | offset(options[:offset]) | |
335 |
|
335 | |||
336 | if has_custom_field_column? |
|
336 | scope = scope.preload(:custom_values) | |
337 | scope = scope.preload(:custom_values) |
|
|||
338 | end |
|
|||
339 |
|
337 | |||
340 | issues = scope.all |
|
338 | issues = scope.all | |
341 |
|
339 |
General Comments 0
You need to be logged in to leave comments.
Login now