Vote #76471
未完了Respect working days configuration when sending reminder emails
0%
説明
Currently the reminder rake task will search for issues that are due in x days in the future without checking the working days configuration of redmine
The attached patch introduces a new argument for the rake task: @respect_nonworking_days@. When this argument is TRUE, the working days setting will be respected when calculating the days in the future. E.g. when 7 days are requested and in this period are 2 non working days, the query will search for issues that are due within 9 days.
journals
Version 2 fixes a problem when the end day is in the middle of the weekend and adjusts the email templates.
--------------------------------------------------------------------------------
Could you add tests?
source:tags/3.0.4/test/unit/mailer_test.rb#L598
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Admin Redmine さんがほぼ4年前に更新
- カテゴリ を Email notifications_9 にセット
- 対象バージョン を Candidate for next major release_32 にセット