diff options
author | Francis Irving <francis@mysociety.org> | 2010-10-20 16:26:21 +0100 |
---|---|---|
committer | Francis Irving <francis@mysociety.org> | 2010-10-20 16:26:21 +0100 |
commit | 4f3a1a70488ab751663125c5cd2e1a376c064f5c (patch) | |
tree | c5a36adab1e9138a1d88e0f97934a3d7949f3d77 /app/models/info_request_event.rb | |
parent | 5434125e3ffcd05a3c3963537f16243742185b57 (diff) |
Send displayable version of status
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 a6ef2b58c..329c10504 100644 --- a/app/models/info_request_event.rb +++ b/app/models/info_request_event.rb @@ -377,6 +377,7 @@ class InfoRequestEvent < ActiveRecord::Base # params_yaml has possibly sensitive data in it, don't include it :created_at => self.created_at, :described_state => self.described_state, + :display_status => self.display_status, :calculated_state => self.calculated_state, :last_described_at => self.last_described_at, :incoming_message_id => self.incoming_message_id, |