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 creating a new product and typing the product name, the slug is automatically generated as a normalized version of the name. However, it does not remove apostrophes.
To Reproduce
Steps to reproduce the behavior:
Go to "create new product" page
Type "John's apples" into the name field
The slug will now contain "john's-apples" with a validation error
Expected behavior
Apostrophe should be stripped out.
On further testing, these are also not stipped an should be:
.
=
Environment (please complete the following information):
@vendure/core version: 0.1.2-beta.12
The text was updated successfully, but these errors were encountered:
Describe the bug
When creating a new product and typing the product name, the slug is automatically generated as a normalized version of the name. However, it does not remove apostrophes.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Apostrophe should be stripped out.
On further testing, these are also not stipped an should be:
.
=
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: