diff options
author | Dave Arter <davea@mysociety.org> | 2018-10-15 16:23:58 +0100 |
---|---|---|
committer | Dave Arter <davea@mysociety.org> | 2018-10-17 12:59:41 +0100 |
commit | 08e335ce05c81db337f3f7623e1e3fe734546ce9 (patch) | |
tree | 3c2fcbc82e2ca735e03717a6ad23b51be1c4dbb2 /CHANGELOG.md | |
parent | a1122f6d8b3cd4fe35724ab5b4d234ee33670e87 (diff) |
Update areas when moving report pin
The change in report_inspect.t from WODC to Oxford City was necessary
because moving reports to a location not in Mock::MapIt was resulting in
an empties bodies_str in the "test category/body changes" test.
Fixes #2181.
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 cd474a6cb..5046eacf7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ - Add perl 5.26/5.28 support. - 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 - Development improvements: - Add cobrand hook for dashboard viewing permission. #2285 - Have body.url work in hashref lookup. #2284 |