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 #1

Updated by Go MAEDA almost 5 years ago

  • Target version changed from Candidate for next major release to 4.1.0

Setting the target version to 4.1.0.

Actions #2

Updated by Go MAEDA almost 5 years ago

  • Status changed from New to Closed
  • Assignee set to Go MAEDA
  • Resolution set to Fixed

Committed the fix.

Actions

Also available in: Atom PDF