diff options
author | Francis Irving <francis@mysociety.org> | 2010-08-12 08:31:51 +0100 |
---|---|---|
committer | Francis Irving <francis@mysociety.org> | 2010-08-12 08:31:51 +0100 |
commit | b5c784ccbcf552c679a843b9024d52344ddfbe98 (patch) | |
tree | 8d7c6b10679845d71c5413f29a3ac377b6233cd5 /app/models/info_request_event.rb | |
parent | 623032b090d608c1d3d1aba3b3c893bb8792536f (diff) |
Log changing body / user
Diffstat (limited to 'app/models/info_request_event.rb')
-rw-r--r-- | app/models/info_request_event.rb | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/app/models/info_request_event.rb b/app/models/info_request_event.rb index 2ffd7df00..b666b3cf2 100644 --- a/app/models/info_request_event.rb +++ b/app/models/info_request_event.rb @@ -41,13 +41,16 @@ class InfoRequestEvent < ActiveRecord::Base 'resent', 'followup_sent', 'followup_resent', - 'edit', # title etc. edited in admin interface - 'edit_outgoing', # outgoing message edited in admin interface - 'edit_comment', # comment edited in admin interface - 'destroy_incoming', # deleted an incoming message - 'destroy_outgoing', # deleted an outgoing message - 'redeliver_incoming', # redelivered an incoming message elsewhere + + 'edit', # title etc. edited (in admin interface) + 'edit_outgoing', # outgoing message edited (in admin interface) + 'edit_comment', # comment edited (in admin interface) + 'destroy_incoming', # deleted an incoming message (in admin interface) + 'destroy_outgoing', # deleted an outgoing message (in admin interface) + 'redeliver_incoming', # redelivered an incoming message elsewhere (in admin interface) + 'move_request', # changed user or public body (in admin interface) 'manual', # you did something in the db by hand + 'response', 'comment', 'status_update' |