diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-11-28 09:11:39 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2017-11-28 11:23:43 +0000 |
commit | dce9ff35c07a1da31180bf47c158d7bc03fb430a (patch) | |
tree | ccae8baa1f549aab1f506b01fa78a632e89b982b /CHANGELOG.md | |
parent | 068dc61ef58b7eab521c9a009f0554fdb98512ed (diff) |
Fix back bug, from report after using list filters
The popstate event for a filter change assumed that the list was already
being displayed, but it was not if you were going back from a report.
The reports_list function to display the list page is idempotent (though
this commit makes it more so), so can happily be called whether the list
page is currently displayed or not.
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 24109c75b..221fa3ade 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,6 +36,7 @@ - Prevent multiple 'Expand map' links appearing. #1909 - Superusers without a from_body can make reports again. #1913 - Fix crash when viewing /around in certain locales. #1916 + - Fix back bug, from report after using list filters. #1920 - Admin improvements: - Character length limit can be placed on report detailed information #1848 - Inspector panel shows nearest address if available #1850 |