diff options
author | Louise Crow <louise.crow@gmail.com> | 2013-08-12 18:56:01 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2013-09-16 12:41:43 +0100 |
commit | 31161173281c718230d31f4d2345dc358edcee64 (patch) | |
tree | 1903ee42fadd5869b9f4be788ee03bf7b18b2b90 | |
parent | df8f107d9185a8fc00ef2789596a1512e930de37 (diff) |
Add a possible event type 'edit_incoming'.
This will cover changes in prominence to incoming messages.
-rw-r--r-- | app/models/info_request_event.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/info_request_event.rb b/app/models/info_request_event.rb index 78c800ad1..8281f12a6 100644 --- a/app/models/info_request_event.rb +++ b/app/models/info_request_event.rb @@ -46,10 +46,10 @@ class InfoRequestEvent < ActiveRecord::Base '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) + 'edit_incoming', # incoming message edited (in admin interface) 'move_request', # changed user or public body (in admin interface) 'hide', # hid a request (in admin interface) 'manual', # you did something in the db by hand - 'response', 'comment', 'status_update' |