diff options
author | Struan Donald <struan@exo.org.uk> | 2018-04-24 17:42:03 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2018-04-26 13:53:27 +0100 |
commit | b002374a885736b7436fc1c3132e50b6a1f8bdf9 (patch) | |
tree | 6148cdcd85ae7a538dd4e1092f21a39994492454 /CHANGELOG.md | |
parent | 3806b6b39ace2d38c264615eb95370a303ede34c (diff) |
[Open311] warn about send-comments errors if verbose flag set
Previously send-comments errors would only be printed the first time
they occurred so there was no visibility of ongoing errors. This brings
send-comments in line with send-reports by emitting errors if the script
is called with --verbose.
Fixes #2091
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 66a1b69c3..2cef435f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ - Response templates can be triggered by external status code. #2048 - Cobrand hook for adding extra areas to MAPIT_WHITELIST/_TYPES. #2049 - Enable conversion from EPSG:27700 when fetching over Open311 #2028 + - send-comments warns about errors when called with --verbose #2091 - Front end improvements: - Improve questionnaire process. #1939 #1998 - Increase size of "sub map links" (hide pins, permalink, etc) #2003 #2056 |