Another WlDateTools test.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-03-24 23:25:56 +01:00
parent 8887cdbc90
commit 3402e55901

View File

@@ -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 @@