mirror of
https://github.com/redmine/redmine.git
synced 2025-11-02 19:36:00 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user