Adds missing visibility scope.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3866 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
a9a4e0d6b8
commit
fe63eefc1f
|
@ -27,7 +27,7 @@ class VersionsController < ApplicationController
|
||||||
helper :projects
|
helper :projects
|
||||||
|
|
||||||
def show
|
def show
|
||||||
@issues = @version.fixed_issues.find(:all,
|
@issues = @version.fixed_issues.visible.find(:all,
|
||||||
:include => [:status, :tracker, :priority],
|
:include => [:status, :tracker, :priority],
|
||||||
:order => "#{Tracker.table_name}.position, #{Issue.table_name}.id")
|
:order => "#{Tracker.table_name}.position, #{Issue.table_name}.id")
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue