aboutsummaryrefslogtreecommitdiffstats
path: root/app/models/info_request_event.rb
diff options
context:
space:
mode:
authorSeb Bacon <seb.bacon@gmail.com>2012-06-12 09:20:43 +0100
committerSeb Bacon <seb.bacon@gmail.com>2012-06-12 09:20:43 +0100
commit54fc48b9b66ce29f660064fbea3e71ea15b61d58 (patch)
tree85269b9ef4f62bce2393134981edf30adf370b05 /app/models/info_request_event.rb
parentdc14834a5d85032645f3a410faae68089fb5fe1a (diff)
parent04653b52f2233c9b4fea6b690d16a825b974d36d (diff)
Merge branch 'release/0.6' of github.com:sebbacon/alaveteli into release/0.6
Diffstat (limited to 'app/models/info_request_event.rb')
-rw-r--r--app/models/info_request_event.rb1
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',