diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2012-09-09 11:02:13 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2012-09-09 11:02:13 +0000 |
commit | 197a14a82e3e82bd0b5a057ffc397c1a81922453 (patch) | |
tree | 78b833f7012ff38f8e2fadea101ccd5185780376 /lib/tasks/reminder.rake | |
parent | ff86c37ed33029e25f5cfd90fce2e447471847e3 (diff) | |
download | redmine-197a14a82e3e82bd0b5a057ffc397c1a81922453.tar.gz redmine-197a14a82e3e82bd0b5a057ffc397c1a81922453.zip |
Fixed that the reminder email excludes issues assigned to groups (#11723).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10335 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'lib/tasks/reminder.rake')
-rw-r--r-- | lib/tasks/reminder.rake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tasks/reminder.rake b/lib/tasks/reminder.rake index f1d4619ca..ba1abd1da 100644 --- a/lib/tasks/reminder.rake +++ b/lib/tasks/reminder.rake @@ -22,7 +22,7 @@ Available options: * days => number of days to remind about (defaults to 7) * tracker => id of tracker (defaults to all trackers) * project => id or identifier of project (defaults to all projects) - * users => comma separated list of user ids who should be reminded + * users => comma separated list of user/group ids who should be reminded Example: rake redmine:send_reminders days=7 users="1,23, 56" RAILS_ENV="production" |