diff options
author | Dave Arter <davea@mysociety.org> | 2018-11-07 12:43:39 +0000 |
---|---|---|
committer | Dave Arter <davea@mysociety.org> | 2018-11-07 12:45:49 +0000 |
commit | 49e30befced6b929facbcdc79e81a36ab570d0a7 (patch) | |
tree | 7f420f18e94b3f8942a8151458b6a90f1c342134 /CHANGELOG.md | |
parent | 702d0747e13882b46186578291dcd2f4ce17d38a (diff) |
Fix Open311 category group bugs
- Group wasn’t being set correctly by open311-populate-service-list as cobrand attribute
not being updated for each body.
- Extra metadata was being persisted to the DB every time even if nothing had changed,
causing lots of duplicate entries in contacts_history.
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 a6b1b5322..b2a4d15df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ - Clearer relocation options while you’re reporting a problem #2238 - Admin improvements: - Allow moderation to potentially change category. #2320 + - Open311 improvements: + - Fix bug in contact group handling. #2323 * v2.4.2 (6th November 2018) - New features: |