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