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

Product channel is not updated with multiple languages #896

Closed
gkielwasser opened this issue May 27, 2021 · 0 comments
Closed

Product channel is not updated with multiple languages #896

gkielwasser opened this issue May 27, 2021 · 0 comments
Assignees
Labels
type: bug 🐛 Something isn't working

Comments

@gkielwasser
Copy link
Contributor

Updating the channel of the product is not fully working.

Steps to reproduce the behavior:

prerequisite:
create 2 channels ("A" and "B")
create 2 languages (default "en" and an additional language "fr")
having at least one product

  1. assign the product to the channel "A"
  2. search products on the channel "A" using appropriate token and the language query parameter: /shop-api?languageCode=fr The product is visible.
  3. update the product channel switching from channel "A" to channel "B".
  4. search again the product to the channel "A" using the previous query. The product is still visible.

Additionnal information:
Searching products removing the language query parameter works well: the product is not visible anymore.

Expected:
The product should not be anymore visible on the previous channel independently of the language used.

Environment (please complete the following information):

  • @vendure/core version: 1.0.0
  • Nodejs: 14.16.1
  • Database: sqlite
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
Projects
None yet
Development

No branches or pull requests

2 participants