Skip to content

fix(pinia-orm): hasManyThrough doesn't work correctly with mulitple model instances #2009

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

Merged
merged 1 commit into from
Jun 1, 2025

Conversation

netmilk
Copy link
Contributor

@netmilk netmilk commented Jun 1, 2025

resolves #2008

🔗 Linked issue

📚 Description

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.43%. Comparing base (b1b8c27) to head (b909ff2).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2009   +/-   ##
=======================================
  Coverage   99.43%   99.43%           
=======================================
  Files          82       82           
  Lines        3013     3013           
  Branches      527      527           
=======================================
  Hits         2996     2996           
  Misses         14       14           
  Partials        3        3           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@CodeDredd CodeDredd changed the title fix(link): Fixing the broken hasManyThrough relationship with multipl… fix(pinia-orm): hasManyThrough doesn't work correctly with mulitple model instances Jun 1, 2025
@CodeDredd CodeDredd marked this pull request as ready for review June 1, 2025 17:37
@CodeDredd CodeDredd merged commit 16950b0 into CodeDredd:main Jun 1, 2025
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

hasManyThrough relationship only returns models from the first related group
3 participants