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 2890 shop products grid #3022

Merged
merged 3 commits into from
Oct 5, 2017

Conversation

spencern
Copy link
Contributor

@spencern spencern commented Oct 4, 2017

Fixes #2890

Appears that when the router was updated in #2929, I neglected to get the shopIds associated with a given shop slug before querying the products, hence we were querying products for the shop slug which will always return empty because products carry the shopId, but not the shop slug.

This fixes that and results in the shop product grid displaying only products from that shop.

@spencern spencern requested a review from mikemurray October 4, 2017 01:36
@mikemurray mikemurray merged commit 16c35a2 into marketplace Oct 5, 2017
@mikemurray mikemurray deleted the spencer-fix-2890-shop-products-grid branch October 5, 2017 22:01
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.

2 participants