Only show allowed statuses in context menu (#10181).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8825 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang
2012-02-09 19:34:56 +00:00
parent 5e0c1cc5ce
commit 07a93c2731
2 changed files with 2 additions and 3 deletions

View File

@@ -39,7 +39,6 @@ class ContextMenusController < ApplicationController
end
@priorities = IssuePriority.active.reverse
@statuses = IssueStatus.find(:all, :order => 'position')
@back = back_url
@options_by_custom_field = {}