##// END OF EJS Templates
Always preload issues custom values (#16091)....
Jean-Philippe Lang -
r12619:88568da4516d
parent child
Show More
@@ -333,9 +333,7 class IssueQuery < Query
333 333 limit(options[:limit]).
334 334 offset(options[:offset])
335 335
336 if has_custom_field_column?
337 scope = scope.preload(:custom_values)
338 end
336 scope = scope.preload(:custom_values)
339 337
340 338 issues = scope.all
341 339
General Comments 0
You need to be logged in to leave comments. Login now