diff options
Diffstat (limited to 'app/models/info_request_event.rb')
-rw-r--r-- | app/models/info_request_event.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/models/info_request_event.rb b/app/models/info_request_event.rb index a410328b0..9a4f6d9fe 100644 --- a/app/models/info_request_event.rb +++ b/app/models/info_request_event.rb @@ -51,6 +51,7 @@ class InfoRequestEvent < ActiveRecord::Base '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) + 'hide', # hid a request (in admin interface) 'manual', # you did something in the db by hand 'response', |