Another WlDateTools test.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -228,6 +228,15 @@
|
||||
|
||||
attr_reader :assignees, :issues, :time_span, :today
|
||||
|
||||
@@ -356,7 +356,7 @@ class UserWorkload
|
||||
# Collects all working days within a given time span.
|
||||
#
|
||||
def working_days_in_time_span(assignee:, no_cache: false)
|
||||
- WlDateTools.working_days_in_time_span(time_span, assignee, no_cache: no_cache)
|
||||
+ RedmineWorkload::WlDateTools.working_days_in_time_span(time_span, assignee, no_cache: no_cache)
|
||||
end
|
||||
|
||||
##
|
||||
--- a/plugins/redmine_workload/app/models/wl_default_user_data.rb
|
||||
+++ b/plugins/redmine_workload/app/models/wl_default_user_data.rb
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
Reference in New Issue
Block a user