Project

General

Profile

Actions

Defect #31501

closed

reminder.rake should ignore blank parameters

Added by Go MAEDA almost 5 years ago. Updated almost 5 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Email notifications
Target version:
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

Also available in: Atom PDF