Skip to content

fix(decision): show reviews to editors #1315

Ben Whitmore requested to merge review-visibility-1315 into main

Fix editors not being able to see completed reviews in decision page. The problem was this was failing to find some of the user's roles, following the unintuituve behaviour of NOT IN with null values in postgres.

Merge request reports