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

Removing entity that reference each other is impossible #9284

Open
MaxPostema opened this issue Jul 23, 2021 · 3 comments
Open

Removing entity that reference each other is impossible #9284

MaxPostema opened this issue Jul 23, 2021 · 3 comments
Labels

Comments

@MaxPostema
Copy link
Contributor

How to Reproduce

  • Have entity A reference to entity B
  • Have entity B reference to entity A
  • Delete both entities at the same time.

Expected behavior

Both entities get removed

Observed behavior

You will get an error that you cant remove an entity that is being referenced to

@MaxPostema MaxPostema added the bug label Jul 23, 2021
@MaxPostema
Copy link
Contributor Author

MaxPostema commented Jul 23, 2021

We helped the user by hinting to first change the metadata and remove the references in question.

@fdlk
Copy link
Contributor

fdlk commented Jul 23, 2021

Are we talking about entity types A and B or about entity rows A and B? I thought that circular references between entity types aren't possible. And how are the entities removed together?

@Fernananas
Copy link
Contributor

Transform cranio

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

3 participants