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

bug(core): model query relation loader do not merge same model relations #21

Closed
paul-thebaud opened this issue Jun 7, 2024 · 0 comments
Labels
priority:low May be addressed at any time scope:core @foscia/core type:bug Something isn't working

Comments

@paul-thebaud
Copy link
Contributor

Reproduction

N/A

Steps to reproduce the bug

  1. Create a model with two relations targeting the same related model
  2. Create a model query relation loader
  3. Use the loader to load the two created relation over the model

Expected behavior

Only one action should run over related model.

Actual behavior

Two actions are run on related model, one per relation.

Additional information

No response

@paul-thebaud paul-thebaud added type:bug Something isn't working priority:low May be addressed at any time scope:core @foscia/core labels Jun 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority:low May be addressed at any time scope:core @foscia/core type:bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant