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

Fix dashboard exception #1217

Merged
merged 1 commit into from
Aug 24, 2023
Merged

Fix dashboard exception #1217

merged 1 commit into from
Aug 24, 2023

Conversation

alecritson
Copy link
Collaborator

Fixes #1211 by using a join instead of whereHas which was causing issues on order lines that are a shipping option.

@vercel
Copy link

vercel bot commented Aug 24, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
lunar-docs ✅ Ready (Inspect) Visit Preview Aug 24, 2023 11:55am

@alecritson alecritson merged commit a614386 into 0.5 Aug 24, 2023
12 checks passed
@alecritson alecritson deleted the fix/fix-dashboard-figures branch August 24, 2023 12:04
alecritson added a commit that referenced this pull request Aug 25, 2023
Fixes #1211 by using a join instead of `whereHas` which was causing
issues on order lines that are a shipping option.
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.

Shipping OrderLines Throws Error When Accessing Purchasable Relationship
2 participants