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
This commit is contained in:
Vendored
+3
-3
@@ -1,8 +1,8 @@
|
||||
---
|
||||
issues_001:
|
||||
created_on: 2006-07-19 21:02:17 +02:00
|
||||
created_on: <%= 3.days.ago.to_date.to_s(:db) %>
|
||||
project_id: 1
|
||||
updated_on: 2006-07-19 21:04:30 +02:00
|
||||
updated_on: <%= 1.day.ago.to_date.to_s(:db) %>
|
||||
priority_id: 4
|
||||
subject: Can't print recipes
|
||||
id: 1
|
||||
@@ -55,4 +55,4 @@ issues_004:
|
||||
assigned_to_id:
|
||||
author_id: 2
|
||||
status_id: 1
|
||||
|
||||
|
||||
|
||||
Vendored
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user