diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2019-01-15 12:45:31 +0000 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2019-01-16 11:08:48 +0000 |
commit | be0944d54e06e77a34f9149ccb63817d5ac7d184 (patch) | |
tree | c354e869af1d1d15f423a16d34317b98b46d1d11 /CHANGELOG.md | |
parent | 4dac760f5d5291437667b28b39af41d29545bda3 (diff) |
Allow state editing via moderation.
If a state is passed in (on a cobrand), update problem state and add a
comment to record this (as state changes are updates not moderations).
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 8bf5b21ea..abca4a7c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,12 @@ ## Releases * Unreleased + - Admin improvements: + - Allow moderation to potentially change state. #2381 - Bugfixes - - Check cached reports do still have photos before being shown. - - Delete cache photos upon photo moderation. - - Remove any use of `my $x if $foo`. + - Check cached reports do still have photos before being shown. #2374 + - Delete cache photos upon photo moderation. #2374 + - Remove any use of `my $x if $foo`. #2377 * v2.5 (21st December 2018) - Front end improvements: |