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

Variants not displayed when creating Product in non-default language #980

Closed
michaelbromley opened this issue Jul 12, 2021 · 0 comments
Closed
Assignees
Labels
type: bug 🐛 Something isn't working @vendure/core

Comments

@michaelbromley
Copy link
Member

Describe the bug
When a product is created in a non-default language, no variants are displayed in the variant list.

To Reproduce
Steps to reproduce the behavior:

  1. Have a channel with English as the default language and then also enable German in the Global Settings
  2. In the Product list view, switch to German
  3. Create a new product with a single variant
  4. Switch to the variants tab, see the variant
  5. Switch language to English, no variants are displayed.

Expected behavior
Should display variants in English too (just without translations)

Note that the variants are also omitted from the GraphQL response, so this is not (only) a UI issue.

Environment (please complete the following information):

  • @vendure/core version: 1.1.0
  • Nodejs version: any
  • Database (mysql/postgres etc): any
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug 🐛 Something isn't working @vendure/core
Projects
None yet
Development

No branches or pull requests

1 participant