Vote #80113
完了reminder.rake should ignore blank parameters
0%
説明
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.
journals
Setting the target version to 4.1.0.
--------------------------------------------------------------------------------
Committed the fix.
--------------------------------------------------------------------------------