diff options
author | Dave Arter <davea@mysociety.org> | 2017-11-22 10:43:25 +0000 |
---|---|---|
committer | Dave Arter <davea@mysociety.org> | 2017-11-22 15:05:57 +0000 |
commit | 1986cacd1518b876d11df31cde60b896d91a80cb (patch) | |
tree | 205e4e01a5b95a3ce9ef63d6213783ecb603cff1 /CHANGELOG.md | |
parent | e850d759a32c6276698507c608c2f83c718dc039 (diff) |
Allow cobrands to disable moderation emails
This adds a new send_moderation_notifications method which can be overridden
by cobrands to prevent “your report has been moderated” emails from being sent.
Fixes mysociety/fixmystreet-commercial#936
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index a5fa47edc..06bc040c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ - Don't cover whole map with pin loading indicator. - Add Expand map toggle to more mobile maps. - Add functionality to have per-body /reports page. + - Cobrands can disable sending of moderation emails. #1910 - Front end improvements: - SVG assets for core elements like button icons and map controls #1888 - Remove unneeded 2x PNG fallback images. @@ -31,16 +32,16 @@ - Stop page jumping too far down on inspect form. #1863 - Prevent multiple 'Expand map' links appearing. #1909 - Admin improvements: - - Character length limit can be placed on report detailed information #1848 - - Inspector panel shows nearest address if available #1850 - - Return a 200 rather than 404 for ref ID lookup. - - Public report page shows state changes made in admin interface #1846 - - Remove hidden from default staff state dropdown. #1878 - - Marking an item as a duplicate enforces providing duplicate id or - a public update #1873 - - Report field pre-filling for inspectors configurable #1854 - - Admins can now unban users #1881 - - Council dashboard has date range for report generation #1885 + - Character length limit can be placed on report detailed information #1848 + - Inspector panel shows nearest address if available #1850 + - Return a 200 rather than 404 for ref ID lookup. + - Public report page shows state changes made in admin interface #1846 + - Remove hidden from default staff state dropdown. #1878 + - Marking an item as a duplicate enforces providing duplicate id or + a public update #1873 + - Report field pre-filling for inspectors configurable #1854 + - Admins can now unban users #1881 + - Council dashboard has date range for report generation #1885 - UK: - Use SVG logo, inlined on front page. #1887 - Inline critical CSS on front page. |