diff options
author | Struan Donald <struan@exo.org.uk> | 2018-04-05 16:37:32 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2018-04-11 10:42:52 +0100 |
commit | 80754df967ceee0180679ffcdde55d22aad4ac21 (patch) | |
tree | d40c848a59ee932f77714dffbb12ac44b846092f /CHANGELOG.md | |
parent | 1d25da206d2e1ed2d2f841d65461e4a9449dd751 (diff) |
[Open311] fetch_all option for open311 problem fetching
If a body has a `fetch_all_reports` setting in the extra metadata then
all reports are fetched over Open311 and processed regardless of age.
This is useful for bodies where the API endpoint always returns all the
reports as it suppresses the error messages you would otherwise get
about reports with invalid dates.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 835f428ae..7b8c484f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ * Unreleased - New features - - Fetch problems over Open311 #1986 + - Fetch problems over Open311 #1986 #2067 - Option to send multiple photos over Open311 #1986 - Allow Open311 service definitions to include automated attributes #1986 |