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

Cannot select inactive committees when creating/updating officers. #274

Open
gavrielrh opened this issue Jan 14, 2020 · 0 comments
Open
Labels

Comments

@gavrielrh
Copy link
Contributor

Problem: Cannot select inactive committees when creating/updating officers.

Currently there is only a single action for getting committees: getCommittees
This action passes { active: new Date() } as the scope, which filters to committees that have an active officer associated with them.

When an officer expires (via an endDate passing) or are removed, they become inactive.

This causes the committee to no longer be selectable, which means you can't get it back without manually editing the database.

We should allow for selecting of committees that are inactive within the edit/create action for officers to avoid the above situation.

@gavrielrh gavrielrh added the Bug label Jan 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant