Bläddra i källkod

Preload issue authors when displayed on the issue list (#16091).

git-svn-id: http://svn.redmine.org/redmine/trunk@12911 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/2.6.0
Jean-Philippe Lang 10 år sedan
förälder
incheckning
9b6f53219f
1 ändrade filer med 3 tillägg och 0 borttagningar
  1. 3
    0
      app/models/issue_query.rb

+ 3
- 0
app/models/issue_query.rb Visa fil

@@ -334,6 +334,9 @@ class IssueQuery < Query
offset(options[:offset])

scope = scope.preload(:custom_values)
if has_column?(:author)
scope = scope.preload(:author)
end

issues = scope.all


Laddar…
Avbryt
Spara