diff options
author | Matthew Somerville <matthew@mysociety.org> | 2020-02-26 11:25:37 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2020-02-26 13:52:14 +0000 |
commit | a6b58401b3bef860713f96c1ba5c576bd94e0b10 (patch) | |
tree | 51993962226e1de3754f0f1da13c4429f46b8ef5 /CHANGELOG.md | |
parent | 75cf754c0b13b4547d249423c20f3fe9903deb12 (diff) |
Fix error hiding user's updates with no confirmed.
If a user had no confirmed updates, but did have e.g. an unconfirmed
update that had mark_fixed set, you would get an error when trying to
hide the user's reports/updates.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 38cafc2ad..4644e6a69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -69,6 +69,7 @@ - Inconsistent display of mark private checkbox for staff users - Clear user categories when staff access is removed. #2815 - Only trigger one change event on initial popstate. + - Fix error when hiding a user's updates with no confirmed updates. #2898 - Development improvements: - Upgrade the underlying framework and a number of other packages. #2473 - Add feature cobrand helper function. |