Actions
Patch #20121
openRespect working days configuration when sending reminder emails
Status:
New
Priority:
Normal
Assignee:
-
Category:
Email notifications
Target version:
Start date:
Due date:
% Done:
0%
Estimated time:
Description
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.
Files
Related issues
Updated by Alexander Stehlik over 9 years ago
- File redmine-reminder_respect_nonworking_days-v2.diff redmine-reminder_respect_nonworking_days-v2.diff added
Version 2 fixes a problem when the end day is in the middle of the weekend and adjusts the email templates.
Updated by Toshi MARUYAMA over 9 years ago
Could you add tests?
source:tags/3.0.4/test/unit/mailer_test.rb#L598
Updated by Go MAEDA almost 8 years ago
- Subject changed from Repect working days configuration when sending reminder emails to Respect working days configuration when sending reminder emails
- Target version set to Candidate for next major release
Updated by Marius BÄ‚LTEANU 10 months ago
- Related to Feature #30112: Option to stop sending reminders on non-working days added
Actions