aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorDave Arter <davea@mysociety.org>2018-03-21 17:16:49 +0000
committerDave Arter <davea@mysociety.org>2018-03-28 15:31:17 +0100
commitf8a5b193d2eba23e8ba78209d4b70a05fb83a944 (patch)
tree1c9c759ba5c91c7dcf30fd22e168982288f998ac /CHANGELOG.md
parented6c2501b859a79b2284870b6f9ee2170ebf959a (diff)
Fetch and store external_status_code in GetServiceRequestUpdates
If the Open311 endpoint provides the external_status_code field in servicerequestupdates.xml output, it’s stored in each comment’s extra field as well as the problem’s extra field. This will make it possible to trigger response templates based on this value.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 407656364..844d8dc27 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,7 @@
- Allow Open311 service definitions to include automated
attributes #1986
- Optionally supress blank Open311 update errors #1986
+ - Fetch/store external status code with Open311 updates. #2048
- Front end improvements:
- Improve questionnaire process. #1939 #1998
- Increase size of "sub map links" (hide pins, permalink, etc) #2003