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

Delete connected entities #547

Closed
TheSlimvReal opened this issue Dec 5, 2020 · 1 comment
Closed

Delete connected entities #547

TheSlimvReal opened this issue Dec 5, 2020 · 1 comment
Labels
Type: Refactoring / Technical Enh. Technical Enhancement without changes for the user

Comments

@TheSlimvReal
Copy link
Collaborator

We provide the functionality to delete entities like children or schools.
However, we did not implement anything to delete or alter connected entities.

For example if a Child is deleted, there are still ChildSchoolRelations that are connected with this child which are not deleted.
This can cause problems in this case in the SchoolDetails component when all children attending this school are loaded.

We should think of a concept which also handles connected entities. One approach would be to delete them as well.

@sleidig
Copy link
Member

sleidig commented Dec 7, 2020

Duplicate of #220 - for things like ChildSchoolRelation there is definitely a need for this, though.

@sleidig sleidig closed this as completed Dec 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Refactoring / Technical Enh. Technical Enhancement without changes for the user
Projects
None yet
Development

No branches or pull requests

2 participants