]> source.dussan.org Git - redmine.git/commitdiff
Merged r15519.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 12 Jun 2016 12:25:14 +0000 (12:25 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 12 Jun 2016 12:25:14 +0000 (12:25 +0000)
git-svn-id: http://svn.redmine.org/redmine/branches/3.3-stable@15521 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/helpers/issues_helper.rb

index ce6d9f8f22f230ea8e35aad9ff5bbf91013e716a..b43dc3e9499ca02e60776982e777f25f6af84d7b 100644 (file)
@@ -106,7 +106,7 @@ module IssuesHelper
 
   def render_descendants_tree(issue)
     s = '<form><table class="list issues">'
-    issue_list(issue.descendants.visible.preload(:status, :priority, :tracker).sort_by(&:lft)) do |child, level|
+    issue_list(issue.descendants.visible.preload(:status, :priority, :tracker, :assigned_to).sort_by(&:lft)) do |child, level|
       css = "issue issue-#{child.id} hascontextmenu #{issue.css_classes}"
       css << " idnt idnt-#{level}" if level > 0
       s << content_tag('tr',