Actualiza a Redmine 3.4.13
This commit is contained in:
parent
807ff3308d
commit
ecddcaf1d3
224 changed files with 2222 additions and 1000 deletions
|
@ -22,6 +22,11 @@ class IssueCustomFieldTest < ActiveSupport::TestCase
|
|||
|
||||
fixtures :roles
|
||||
|
||||
def setup
|
||||
User.current = nil
|
||||
@category = IssueCategory.find(1)
|
||||
end
|
||||
|
||||
def test_custom_field_with_visible_set_to_false_should_validate_roles
|
||||
set_language_if_valid 'en'
|
||||
field = IssueCustomField.new(:name => 'Field', :field_format => 'string', :visible => false)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue