diff options
author | Dave Arter <davea@mysociety.org> | 2017-10-25 11:26:48 +0100 |
---|---|---|
committer | Dave Arter <davea@mysociety.org> | 2017-12-04 09:47:24 +0000 |
commit | 3c5fb5bc17ee1b13c6c838466061a8e7bba189f8 (patch) | |
tree | b4d9c86ab2b1b660c0498be1e1f688a2db5ab936 /CHANGELOG.md | |
parent | 563580f83b44999afbc4098fdea38ab68a44ed83 (diff) |
Use response template for Open311 updates without ‘description’ text
If an Open311 service request update with an empty description field is
received and there is a matching ResponseTemplate for the problem's
category & state (and it's marked as auto-response) then the text from
that ResponseTemplate will be used for the created update.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 67f2da48d..bfe8c04fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -51,6 +51,8 @@ - More JavaScript-enhanced `<select multiple>` elements #1589 - Council dashboard CSV export now has token based authentication #1911 - Consolidate various admin summary statistics page. #1919. + - 'Auto-response' flag on response templates is honoured for fetched + Open311 updates. #1924 - UK: - Use SVG logo, inlined on front page. #1887 - Inline critical CSS on front page. |