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