diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-02-02 10:50:31 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-02-02 10:50:31 +0000 |
commit | bea49ae24532284ca4ef9ce72733b78f77e480d5 (patch) | |
tree | af4cc8c8774e45178f737b7e3774979c04d13ffa /test/fixtures/journals.yml | |
parent | 4abb82fd7bcdd2cdffdd8778a5d9e2fc6a3857dd (diff) | |
download | redmine-bea49ae24532284ca4ef9ce72733b78f77e480d5.tar.gz redmine-bea49ae24532284ca4ef9ce72733b78f77e480d5.zip |
Administrators can edit issue notes.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1105 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/fixtures/journals.yml')
-rw-r--r-- | test/fixtures/journals.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/fixtures/journals.yml b/test/fixtures/journals.yml index 0de938168..169713fc5 100644 --- a/test/fixtures/journals.yml +++ b/test/fixtures/journals.yml @@ -6,3 +6,11 @@ journals_001: journalized_type: Issue
user_id: 1
journalized_id: 1
+journals_002:
+ created_on: <%= 1.days.ago.to_date.to_s(:db) %>
+ notes: "Some notes"
+ id: 2
+ journalized_type: Issue
+ user_id: 2
+ journalized_id: 1
+
\ No newline at end of file |