diff options
author | Struan Donald <struan@exo.org.uk> | 2018-11-01 10:50:38 +0000 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2018-11-19 13:29:49 +0000 |
commit | b4618c61ff5ddf6db9662b06bc55a0f74b43c903 (patch) | |
tree | 17e4c2a7651a60b14bd37a2bc2d19f670ddc4153 /CHANGELOG.md | |
parent | b35552138fd66673df46747549989d545bbcfa9f (diff) |
add default_to_body permission
If a user has this permission then the report_as dropdown will
default to reporting as the body.
For mysociety/freshdesk#23
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ae5734ad..18b1885c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ ## Releases * Unreleased + - New features: + - default_to_body permission to control default report as behaviour - Front end improvements: - Clearer relocation options while you’re reporting a problem #2238 - Simplify /auth sign in page. #2208 |