@@ -27,7 +27,7 class VersionsController < ApplicationController | |||||
27 | helper :projects |
|
27 | helper :projects | |
28 |
|
28 | |||
29 | def show |
|
29 | def show | |
30 | @issues = @version.fixed_issues.find(:all, |
|
30 | @issues = @version.fixed_issues.visible.find(:all, | |
31 | :include => [:status, :tracker, :priority], |
|
31 | :include => [:status, :tracker, :priority], | |
32 | :order => "#{Tracker.table_name}.position, #{Issue.table_name}.id") |
|
32 | :order => "#{Tracker.table_name}.position, #{Issue.table_name}.id") | |
33 | end |
|
33 | end |
General Comments 0
You need to be logged in to leave comments.
Login now