DH-IT-Portal-Development / ethics

Ethical Committee web application in Django
http://fetc.hum.uu.nl
MIT License
2 stars 1 forks source link

fix: apply is_committee_review to filter in get_committee_decisions() #635

Closed EdoStorm96 closed 6 months ago

EdoStorm96 commented 6 months ago

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.