diff options
author | Struan Donald <struan@exo.org.uk> | 2018-10-04 15:36:23 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2018-10-09 11:17:07 +0100 |
commit | 27040e8daa033d68d1e8eb0cf30fc0d854443af0 (patch) | |
tree | 16ce425cd338d8eb94df2c595a75fce7ea3805e9 /CHANGELOG.md | |
parent | b43277add3b4e04bf09e6f9cf640ef1d1d1d9b66 (diff) |
reselect subcategory selects on /report/new
If /report/new is opened directly then the fixmystreet.reporting_data is
not set, but the categories are already in place. These are then
replaced when update_pin is called. If this has been triggered by
clicking on a category with a subcategory this replaces the category
selects but did not correctly reset them. By saving any selected value
in the main category select we can correctly reset this and hence the
display of the subcategory select.
Fixes #2276
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 901fe2dae..3805483db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ - Clearer relocation options while you’re reporting a problem #2238 - Bugfixes: - Add perl 5.26/5.28 support. + - Fix subcategory issues when visiting /report/new directly #2276 * v2.4.1 (2nd October 2018) - New features: |