aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2017-08-22 14:13:34 +0100
committerMatthew Somerville <matthew-github@dracos.co.uk>2017-08-23 14:04:28 +0100
commit09bc282208ee82a9f3e4ecc1f05c17ab012ef10d (patch)
treef7545c79d9e1b0cbd81b24799b327ed825256ab8 /CHANGELOG.md
parentf0f863865a270d9a508e8c3c273a31764555e60f (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.md1
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.