Fixes #632. So, because supervisor reviews now get closed, the filter for getting the queryset for CommitteeMembersWorkloadView was not working properly anymore. However, it was an easy fix using the ol' is_committee_review attribute. This will make Desiree happy, so hopefully we can deploy this quick-ish.
Fixes #632. So, because supervisor reviews now get closed, the filter for getting the queryset for
CommitteeMembersWorkloadView
was not working properly anymore. However, it was an easy fix using the ol'is_committee_review
attribute. This will make Desiree happy, so hopefully we can deploy this quick-ish.