summaryrefslogtreecommitdiffstats
path: root/app/controllers
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2007-12-07 11:19:30 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2007-12-07 11:19:30 +0000
commit5e38bd93634b9135e5f294ec1823e8a6b04c3b64 (patch)
tree0abe6ed37c9b5f8e6c2266b75178af7b4a2b9c73 /app/controllers
parenta79cf8d574d1bdad8483586014019ed9ee2b3bdf (diff)
downloadredmine-5e38bd93634b9135e5f294ec1823e8a6b04c3b64.tar.gz
redmine-5e38bd93634b9135e5f294ec1823e8a6b04c3b64.zip
Performance improvement on workflow setup screen.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@957 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/controllers')
-rw-r--r--app/controllers/roles_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/roles_controller.rb b/app/controllers/roles_controller.rb
index 3b5766aaf..a8a31cd4d 100644
--- a/app/controllers/roles_controller.rb
+++ b/app/controllers/roles_controller.rb
@@ -94,7 +94,7 @@ class RolesController < ApplicationController
end
@roles = Role.find(:all, :order => 'builtin, position')
@trackers = Tracker.find(:all, :order => 'position')
- @statuses = IssueStatus.find(:all, :include => :workflows, :order => 'position')
+ @statuses = IssueStatus.find(:all, :order => 'position')
end
def report