aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorDave Arter <davea@mysociety.org>2018-10-25 13:03:22 +0100
committerDave Arter <davea@mysociety.org>2018-10-26 09:53:44 +0100
commit0b127a05a982eca9de214ce2d524b244e8c934ec (patch)
tree7c59fb0e8142f7410cedb28aa2b7d6ff9461fbb6 /CHANGELOG.md
parentd20ccf50a1cd7f844316d3db8809db74d813152b (diff)
Don’t send questionnaires for closed reports.
Fixes mysociety/fixmystreet-freshdesk#24.
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 76e1e0170..36db9efd4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -16,6 +16,7 @@
- Fix subcategory issues when visiting /report/new directly #2276
- Give superusers access to update staff dropdowns. #2286
- Update report areas when moving its location. #2181
+ - Don't send questionnaires for closed reports. #2310
- Development improvements:
- Add cobrand hook for dashboard viewing permission. #2285
- Have body.url work in hashref lookup. #2284