diff options
-rw-r--r-- | CHANGELOG.md | 9 | ||||
-rw-r--r-- | perllib/FixMyStreet/Script/Reports.pm | 1 |
2 files changed, 4 insertions, 6 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cfcd33eb..dc8a4f9bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,15 @@ ## Releases * Unreleased - - New features - - Cobrand hook to allow extra login conditions #2092 - Front end improvements: - Simplify footer CSS. #2107 - Keep commas in geocode lookups. - Show message on reports closed to updates. - Only display last 6 months of reports on around page by default #2098 - Admin improvements: + - Mandatory defect type selection if defect raised. + - Send login email button on user edit page #2041 + - Use do-not-reply address for sent report email. - Category group can be edited. - Bugfixes: - Don't remove automated fields when editing contacts #2163 @@ -21,13 +22,11 @@ - [UK] Store body ID on council/ward alerts. #2175 - Show all fixed issues when staff user uses map page filter #2176 - Allow any user who can see private checkbox to use it. - - Admin improvements: - - Mandatory defect type selection if defect raised. - - Send login email button on user edit page #2041 - Open311 improvements: - CLOSED status maps to 'closed' state if extended statuses are enabled. - Development improvements: - Cobrand hook for presenting custom search results. #2183 + - Cobrand hook to allow extra login conditions #2092 * v2.3.4 (7th June 2018) diff --git a/perllib/FixMyStreet/Script/Reports.pm b/perllib/FixMyStreet/Script/Reports.pm index 578d966d6..87f9fd124 100644 --- a/perllib/FixMyStreet/Script/Reports.pm +++ b/perllib/FixMyStreet/Script/Reports.pm @@ -304,7 +304,6 @@ sub _send_report_sent_email { $h, { To => $row->user->email, - From => [ $cobrand->contact_email, $cobrand->contact_name ], }, undef, $nomail, |