Actualiza a Redmine 3.4.13

This commit is contained in:
Manuel Cillero 2020-07-03 21:39:03 +02:00
parent 807ff3308d
commit ecddcaf1d3
224 changed files with 2222 additions and 1000 deletions

View file

@ -26,6 +26,10 @@ class IssueScopesTest < ActiveSupport::TestCase
:issues,
:custom_fields, :custom_fields_projects, :custom_fields_trackers, :custom_values
def setup
User.current = nil
end
def test_cross_project_scope_without_project_should_return_all_issues
ids = Issue.cross_project_scope(nil).pluck(:id).sort
assert_equal Issue.pluck(:id).sort, ids