diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-11-08 19:00:37 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-11-08 19:00:37 +0000 |
commit | fa95501fe5e8c97de4f5960c4eeecfe70d4455f2 (patch) | |
tree | 8a1705ab6dd35f12a28201bfdfc15edbd55a4503 /test/fixtures/journals.yml | |
parent | a069c4afcfc5a78853155f43dc1ae7df67c96c87 (diff) | |
download | redmine-fa95501fe5e8c97de4f5960c4eeecfe70d4455f2.tar.gz redmine-fa95501fe5e8c97de4f5960c4eeecfe70d4455f2.zip |
Added issues status changes on the activity view (initial patch by Cyril Mougel).
git-svn-id: http://redmine.rubyforge.org/svn/trunk@892 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/fixtures/journals.yml')
-rw-r--r-- | test/fixtures/journals.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fixtures/journals.yml b/test/fixtures/journals.yml index 49aab14d7..0de938168 100644 --- a/test/fixtures/journals.yml +++ b/test/fixtures/journals.yml @@ -1,6 +1,6 @@ ---
journals_001:
- created_on: 2007-01-26 19:58:40 +01:00
+ created_on: <%= 2.days.ago.to_date.to_s(:db) %>
notes: "Journal notes"
id: 1
journalized_type: Issue
|