diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-09-20 08:50:05 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-09-20 08:52:40 +0100 |
commit | 1de47094d7a569c0055c0d23657140772c87d93d (patch) | |
tree | 3d2ce01f31e783e60758594a52eb9cb876319c06 /CHANGELOG.md | |
parent | 506938574095ebeee250cdf8987e025d8897de91 (diff) |
Don't lose from_body if edited by non-superuser.
If an admin with the user_edit permission but not user_assign_body
edited a user with from_body set, the from_body field was lost.
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 a01b08c1f..e9cba54b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ - Fix display of area/pins on body page when using Bing or TonerLite map. - Do not scan through all problems to show /_dev pages. - Say “Set password”, not Change, if no password set. + - Do not lose from_body field when edited by non-superuser admin. - Development improvements: - Cobrand hook for disabling updates on individual problems. - Cobrand hook for disallowing title moderation. #2228 |