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
Actions