##// END OF EJS Templates
Adds missing visibility scope....
Jean-Philippe Lang -
r3752:fe63eefc1f4a
parent child
Show More
@@ -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