mirror of
https://github.com/redmine/redmine.git
synced 2025-11-13 00:36:01 +01:00
Add "editable" attribute in the custom fields API response (#41935).
git-svn-id: https://svn.redmine.org/redmine/trunk@23678 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -37,6 +37,8 @@ class Redmine::ApiTest::CustomFieldsTest < Redmine::ApiTest::Base
|
||||
end
|
||||
assert_select 'trackers[type=array]'
|
||||
assert_select 'roles[type=array]'
|
||||
assert_select 'visible', :text => 'true'
|
||||
assert_select 'editable', :text => 'true'
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user