Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 5 commits into from
Mar 27, 2024

Conversation

EdoStorm96
Copy link
Contributor

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.

@EdoStorm96 EdoStorm96 added the bug label Mar 26, 2024
@EdoStorm96 EdoStorm96 requested review from tymees and miggol March 26, 2024 10:52
@EdoStorm96 EdoStorm96 changed the base branch from develop to acceptation March 26, 2024 12:14
@EdoStorm96 EdoStorm96 changed the base branch from acceptation to develop March 26, 2024 12:16
@EdoStorm96 EdoStorm96 merged commit 6b2e098 into develop Mar 27, 2024
4 checks passed
@EdoStorm96 EdoStorm96 deleted the fix/no_supervisors_in_overview branch April 4, 2024 08:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove supervisors from CommitteeMembersWorkloadView
2 participants