diff options
author | Struan Donald <struan@exo.org.uk> | 2018-10-12 14:17:05 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2018-10-18 10:00:21 +0100 |
commit | 5c736b92c25be4beec7799d5f0d07691e44051da (patch) | |
tree | 3ed49386a1a04302aab26edc23e49dc1e8992891 /CHANGELOG.md | |
parent | 08e335ce05c81db337f3f7623e1e3fe734546ce9 (diff) |
allow cobrands to restrict /contact to abuse reports
Add abuse_reports_only cobrand method that prevents the contact form
being used unless it's an abuse report.
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 5046eacf7..54851de5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ - New features: - Dashboard now has update CSV export. #2249 - Allow cobrands to override searching by reference #2271 + - Allow cobrands to limit contact form to abuse reports only - Front end improvements: - Clearer relocation options while you’re reporting a problem #2238 - Admin improvements |