diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-10-10 09:58:15 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-10-10 09:59:13 +0100 |
commit | 42e20f742bf80b41083c02fd9319159df65ffb9f (patch) | |
tree | 5fc229f794fc4fe25b1ec6414c4806b417adb77b /CHANGELOG.md | |
parent | 70a19127923a54eee5ad16f1bb1b97675273bceb (diff) |
Add cobrand hook for dashboard viewing permission.
This allows a cobrand to e.g. as the test does, allow public access to
dashboard CSV export for a body, but not otherwise.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b71e3081..b0892c176 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,8 +9,10 @@ - Bugfixes: - Add perl 5.26/5.28 support. - Fix subcategory issues when visiting /report/new directly #2276 + - Development improvements: + - Add cobrand hook for dashboard viewing permission. #2285 - Internal things: - - Move send-comments code to package for testing. + - Move send-comments code to package for testing. #2109 #2170 * v2.4.1 (2nd October 2018) - New features: |