Actions
Defect #31501
closedreminder.rake should ignore blank parameters
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
Currently, reminder.rake does not ignore blank parameters and it causes unexpected behavior.
Assume the following command line that invokes email reminder. I expect that trackers=
in the command line should be ignored and reminder behaves as if no parameters are given. But actually, it is treated as trackers=0
.
bin/rake redmine:send_reminders trackers=
The attached patch fixes the behavior.
Files
Updated by Go MAEDA over 5 years ago
- Target version changed from Candidate for next major release to 4.1.0
Setting the target version to 4.1.0.
Updated by Go MAEDA over 5 years ago
- Status changed from New to Closed
- Assignee set to Go MAEDA
- Resolution set to Fixed
Committed the fix.
Actions