Fixed: bulk edit doesn't include global custom fields (#4505).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3277 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang
2010-01-03 10:50:40 +00:00
parent 4ac99328ff
commit e9810b5de6
3 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -273,7 +273,7 @@ class IssuesController < ApplicationController
return
end
@available_statuses = Workflow.available_statuses(@project)
@custom_fields = @project.issue_custom_fields.select {|f| f.field_format == 'list'}
@custom_fields = @project.all_issue_custom_fields.select {|f| f.field_format == 'list'}
end
def move