aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2018-04-19 17:16:50 +0100
committerStruan Donald <struan@exo.org.uk>2018-04-26 16:27:37 +0100
commit0d80aa2f5e71ca6de5d70d81e795124703c1c3f7 (patch)
tree4a407a02ca1fdeed3a49808d26c049e2deeeb22c /CHANGELOG.md
parentb002374a885736b7436fc1c3132e50b6a1f8bdf9 (diff)
display the contents of report's extra field in admin
Instead of just a Yes/No display a formatted list of values in extra. Has special handling for known fields otherwise just prints them out dumbly. Fixes #1809
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 2cef435f0..ae4eafc96 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -46,6 +46,7 @@
- Add link to admin edit page for reports. #2071
- Nicer Open311 errors. #2078
- Deleted body categories now hidden by default #1962
+ - Display contents of report's extra field #1809
- Development improvements:
- Add HTML email previewer.
- Add CORS header to Open311 output. #2022