##// END OF EJS Templates
Preload issue authors when displayed on the issue list (#16091)....
Jean-Philippe Lang -
r12636:9b6f53219fc3
parent child
Show More
@@ -334,6 +334,9 class IssueQuery < Query
334 334 offset(options[:offset])
335 335
336 336 scope = scope.preload(:custom_values)
337 if has_column?(:author)
338 scope = scope.preload(:author)
339 end
337 340
338 341 issues = scope.all
339 342
General Comments 0
You need to be logged in to leave comments. Login now