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
It is not possible to add a product to a channel before it has been created. But the interface offers an "ASSIGN TO CHANNEL" button which leads to the error "Either the Product id or slug must be provided" (slug i18: product-id-or-slug-must-be-provided)
To Reproduce
Steps to reproduce the behavior:
Go to '/admin/catalog/products/create' (stay on "default channel")
Fill new product info
Click on 'Assign to channel'
See error Either the Product id or slug must be provided
Expected behavior
The button should not be available until the product is created.
Environment (please complete the following information):
@vendure/core version: 1.1.5
Nodejs version: 14.16.1
Database: Postgres
Additional context
The text was updated successfully, but these errors were encountered:
Describe the bug
It is not possible to add a product to a channel before it has been created. But the interface offers an "ASSIGN TO CHANNEL" button which leads to the error "Either the Product id or slug must be provided" (slug i18:
product-id-or-slug-must-be-provided
)To Reproduce
Steps to reproduce the behavior:
Either the Product id or slug must be provided
Expected behavior
The button should not be available until the product is created.
Environment (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: