diff options
author | Dave Arter <davea@mysociety.org> | 2017-11-24 11:55:00 +0000 |
---|---|---|
committer | Dave Arter <davea@mysociety.org> | 2017-11-24 15:02:23 +0000 |
commit | e4e245caf847b4fa8866ccecd0abf7b8d6a516a8 (patch) | |
tree | 2b813b4c14658140ce138358367d6f1c16b3a48d /CHANGELOG.md | |
parent | d92f7d8f839623a0b11282073f377009d4f89220 (diff) |
Ensure calculated lat/lon are sent to DB in correct format
When viewing /around without the `js=1` parameter in a Spanish locale
the incorrect decimal separator was being passed to the DB query,
causing a crash.
Fixes mysociety/fixmystreet-commercial#942
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 5a4c65d6e..187322f61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,6 +33,7 @@ - Stop page jumping too far down on inspect form. #1863 - 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 - Admin improvements: - Character length limit can be placed on report detailed information #1848 - Inspector panel shows nearest address if available #1850 |