mirror of
https://github.com/redmine/redmine.git
synced 2025-12-23 17:00:29 +01:00
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:
@@ -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 = {}
|
||||
|
||||
Reference in New Issue
Block a user