aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2018-07-31 12:08:37 +0100
committerMatthew Somerville <matthew-github@dracos.co.uk>2018-08-07 13:56:33 +0100
commitc93ec5cdaae493ca04ed936e67f13403298917df (patch)
tree86110d4df590cffb6cb217811adb4555c062e2bf /CHANGELOG.md
parentc1f234d45ec4d9530973e75a8d994dd8c96a129c (diff)
call inspector setup when display report
If an inspector clicks on a report from an around page the code to setup the pin dragging needs to be called. This adds a method to the map to allow the setup code to be called on report load. Fixes #2073
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 97b7386d1..1a9232adc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -29,6 +29,7 @@
- Hide password help field along with other similar. #2185
- Allow questionnaire link to be revisited in quick succession. #2123
- Update Google Maps directions link.
+ - Fix inspector pin dragging. #2073.
- Open311 improvements:
- CLOSED status maps to 'closed' state if extended statuses are enabled.
- Don't generate template comment text on move between fixed states.