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

View File

@@ -946,6 +946,8 @@ class IssuesControllerTest < ActionController::TestCase
get :bulk_edit, :ids => [1, 2]
assert_response :success
assert_template 'bulk_edit'
# System wide custom field
assert_tag :select, :attributes => {:name => 'custom_field_values[1]'}
end
def test_bulk_edit