diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-05-25 17:31:50 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-05-25 17:31:50 +0000 |
commit | 0c8105277070c20590d22a0d4b8fc1f09ce981d9 (patch) | |
tree | cc03ec6f7da3f6b6b1ebd8c4a73f36276050b1a8 /test/fixtures/issues.yml | |
parent | d99dc4070a925fabc050ae61c21c64548730a636 (diff) | |
download | redmine-0c8105277070c20590d22a0d4b8fc1f09ce981d9.tar.gz redmine-0c8105277070c20590d22a0d4b8fc1f09ce981d9.zip |
Adds a rake task to send reminders. An email is sent to each user with a list of the issues due in the next days, if any.
See @rake -D redmine:send_reminders@ for options.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1459 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/fixtures/issues.yml')
-rw-r--r-- | test/fixtures/issues.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fixtures/issues.yml b/test/fixtures/issues.yml index c037624ae..9d3287c6f 100644 --- a/test/fixtures/issues.yml +++ b/test/fixtures/issues.yml @@ -42,7 +42,7 @@ issues_003: category_id:
description: Error 281 is encountered when saving a recipe
tracker_id: 1
- assigned_to_id:
+ assigned_to_id: 3
author_id: 2
status_id: 1
start_date: <%= 1.day.from_now.to_date.to_s(:db) %>
|