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(admin-ui): Fix Variant Quick-Select Menu #3189

Conversation

toBeOfUse
Copy link
Contributor

Description

Fixes #3143, in which the product variant quick select menu was always empty. It appears that this was because the Observable that yielded the variants that should be shown in that menu was created with mapSingle, but it needed to be unpacked multiple times by the async pipe in the component template.

If there is some test case that should be added for it, please let me know.

Breaking changes

Nope.

Screenshots

Here it is, working:

image

Checklist

📌 Always:

  • I have set a clear title
  • My PR is small and contains a single feature
  • I have checked my own PR

👍 Most of the time:

  • I have added or updated test cases
  • I have updated the README if needed

Copy link

vercel bot commented Nov 6, 2024

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

Name Status Preview Updated (UTC)
docs ✅ Ready (Inspect) Visit Preview Nov 6, 2024 3:58am

Copy link

sonarcloud bot commented Nov 6, 2024

@michaelbromley michaelbromley merged commit 478989e into vendure-ecommerce:master Nov 8, 2024
29 of 30 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Nov 8, 2024
@michaelbromley
Copy link
Member

This must have regressed in recent refactoring done at the data layer. Thanks for the fix!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Quick jump to variant select has no options after upgrading to 3.0.4
2 participants