aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2019-11-25 16:52:08 +0000
committerStruan Donald <struan@exo.org.uk>2019-11-26 14:22:17 +0000
commitb36f62bdaf4ca3775c2d6efc4974f98dbd105850 (patch)
tree36f8eb1545321506b408397244bc471b1fb038f4 /CHANGELOG.md
parentbb09cc085962d632d4155c648b2cead7d7b1d717 (diff)
add bodies_id to stash for around and report/new
This resolved the problem of checking user body permissions on both around and report/new by adding a variable to stash specifically for this purpose. Previously staff users could not see the mark private tick if the report form was loaded via javascript from the around page as there was no bodies variable in the stash.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 387d90114..283eff424 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -52,6 +52,7 @@
- Fix issue with inspector duplication workflow.
- Fix removal of cached photos on moderation. #2696
- Checking of cached front page details against database. #2696
+ - Inconsistent display of mark private checkbox for staff users
- Development improvements:
- Upgrade the underlying framework and a number of other packages. #2473
- Add feature cobrand helper function.