You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When you're in the process of creating a new product and adding facets to it, you might notice that upon selecting a facet, it doesn't immediately appear in the 'local' chip list. However, rest assured that this is just a temporary display issue. The facets you've selected will become visible in the chip list after the product is either created or edited.
To Reproduce
Steps to reproduce the behavior:
Go to 'Inventory'
Click on 'New Product'
Press 'Add facets'
Select one facet
Press 'Add facets button’
No facets are showed in the list
Expected behavior
After the selection of the facet I expect to see what I choose before the creation of the product, like the edit view after the creation.
Environment (please complete the following information):
@vendure/core version: 20.6
Nodejs version: 18.16.1
Database (mysql/postgres etc): postgres
Additional context
I am using the Multi Vendor plugin, the user used is a new Seller (no superadmin).
The text was updated successfully, but these errors were encountered:
I'm not familiar with rxjs, but it seems on Create Screen, entity is empty, and it couldn't listen formFacetValueIdChanges$. I changed ngOnInit as below, and it worked. Please review my solution!
Describe the bug
When you're in the process of creating a new product and adding facets to it, you might notice that upon selecting a facet, it doesn't immediately appear in the 'local' chip list. However, rest assured that this is just a temporary display issue. The facets you've selected will become visible in the chip list after the product is either created or edited.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
After the selection of the facet I expect to see what I choose before the creation of the product, like the edit view after the creation.
Environment (please complete the following information):
Additional context
I am using the Multi Vendor plugin, the user used is a new Seller (no superadmin).
The text was updated successfully, but these errors were encountered: