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

Do not allow removal of decision mentioning deleted member #219

Open
tomudding opened this issue Oct 19, 2022 · 0 comments
Open

Do not allow removal of decision mentioning deleted member #219

tomudding opened this issue Oct 19, 2022 · 0 comments

Comments

@tomudding
Copy link
Member

Deleting a decision that references a deleted member is something that has never happened and will hopefully never happen. However, we might want to add some code that deals with this.

There are several ways to go about this:

  1. If it is the last reference, delete the deleted member. If it is not the last reference, nothing happens to the deleted member.
  2. Do not allow deletion of these kind of decisions.

I personally favour the second option, if necessary you can always destroy a decision.

This has a very low priority.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant