diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-01-15 16:44:25 +0000 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-01-16 09:37:45 +0000 |
commit | bbab9afd9952b46b0f395705e06dc43fffb16b15 (patch) | |
tree | 0199aee38d00b4ce42077f314b39830ab5f0e201 /CHANGELOG.md | |
parent | 68ba122ede2e5b19f76e671f6cf910d5047686d0 (diff) |
Fix error sending `requires_inspection` reports.
has_permission_to() is called in Reports.pm and requires the cobrand to be
set on the schema. The test was manually doing this which hid the problem.
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 f37ca7088..6d863cc9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ - Fix JavaScript error on /my calculating bounds #1954 - Change text on /reports to match lower down (fix translation). - Ensure all reports graph can't dip downward. #1956 + - Fix error sending `requires_inspection` reports. #1961 - UK: - Lazy load images in the footer. |