diff options
Diffstat (limited to 'app/controllers/roles_controller.rb')
-rw-r--r-- | app/controllers/roles_controller.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/roles_controller.rb b/app/controllers/roles_controller.rb index ed7c6c200..9e26a6996 100644 --- a/app/controllers/roles_controller.rb +++ b/app/controllers/roles_controller.rb @@ -79,6 +79,6 @@ class RolesController < ApplicationController end
@roles = Role.find :all
@trackers = Tracker.find :all
- @statuses = IssueStatus.find(:all, :include => :workflows)
+ @statuses = IssueStatus.find(:all, :include => :workflows, :order => 'position')
end end |