diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-08-22 14:13:34 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-08-23 14:04:28 +0100 |
commit | 09bc282208ee82a9f3e4ecc1f05c17ab012ef10d (patch) | |
tree | f7545c79d9e1b0cbd81b24799b327ed825256ab8 /CHANGELOG.md | |
parent | f0f863865a270d9a508e8c3c273a31764555e60f (diff) |
Fix redisplay of uploaded photo thumbnails.
Dropzone version 5 changed how createThumbnailFromUrl was called,
so the upgrade in 30dd9d8 broke this.
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 4cc06e07a..775328559 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ - Include MapIt API key on admin config page. #1778 - Bugfixes: - Set up action scheduled field when report loaded. #1789 + - Fix display of thumbnail images on page reload. #1815 - Fix sidebar hover behaviour being lost. #1808 - Stop errors from JS validator due to form in form. - Stop update form toggle causing report submission. |