aboutsummaryrefslogtreecommitdiffstats
path: root/app/models/info_request_event.rb
diff options
context:
space:
mode:
authorlouise <louise>2009-04-15 18:15:30 +0000
committerlouise <louise>2009-04-15 18:15:30 +0000
commitec08e59f9b9e84a0efbc9caa5a7d5ee4b8ca64b7 (patch)
tree83ae11afb62482991a98a2354ab159baa41e2233 /app/models/info_request_event.rb
parent79e569e6949405282efd3d9102c6b29283bbf199 (diff)
Log when anyone other than the request owner updates its status
Diffstat (limited to 'app/models/info_request_event.rb')
-rw-r--r--app/models/info_request_event.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/app/models/info_request_event.rb b/app/models/info_request_event.rb
index 05d2ce50a..1a96723a0 100644
--- a/app/models/info_request_event.rb
+++ b/app/models/info_request_event.rb
@@ -21,7 +21,7 @@
# Copyright (c) 2007 UK Citizens Online Democracy. All rights reserved.
# Email: francis@mysociety.org; WWW: http://www.mysociety.org/
#
-# $Id: info_request_event.rb,v 1.79 2009-04-13 09:18:48 tony Exp $
+# $Id: info_request_event.rb,v 1.80 2009-04-15 18:15:30 louise Exp $
class InfoRequestEvent < ActiveRecord::Base
belongs_to :info_request
@@ -47,7 +47,8 @@ class InfoRequestEvent < ActiveRecord::Base
'redeliver_incoming', # redelivered an incoming message elsewhere
'manual', # you did something in the db by hand
'response',
- 'comment'
+ 'comment',
+ 'status_update'
]
# user described state (also update in info_request)