@@ -66,6 +66,7 class VersionsController < ApplicationController | |||||
66 | format.html { |
|
66 | format.html { | |
67 | @issues = @version.fixed_issues.visible. |
|
67 | @issues = @version.fixed_issues.visible. | |
68 | includes(:status, :tracker, :priority). |
|
68 | includes(:status, :tracker, :priority). | |
|
69 | preload(:project). | |||
69 | reorder("#{Tracker.table_name}.position, #{Issue.table_name}.id"). |
|
70 | reorder("#{Tracker.table_name}.position, #{Issue.table_name}.id"). | |
70 | to_a |
|
71 | to_a | |
71 | } |
|
72 | } |
General Comments 0
You need to be logged in to leave comments.
Login now