-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Closed
Labels
Issue: Format is validGate 1 Passed. Automatic verification of issue format passedGate 1 Passed. Automatic verification of issue format passed
Description
After the last update, some of our Product-Attribute Values are suddenly strangely truncated. We can reproduce this behavior with a fresh Magento 2.2.6 installation: if a value contains an " & " it will be cut at this point (when saving) and only the first part will remain as value.
Preconditions (*)
- Fresh installation via Composer
- Magento 2.2.6 CE
Steps to reproduce (*)
- Go to Stores => Attributes => Product
- Add New Attribute
- "Catalog Input Type for Store Owner" => Dropdown
- Add Option: String that contains an & (Example: "Dolce & Cabana")
- Save (or Save and Continue Edit)
Expected result (*)
- The value (Value of your Option) is saved as entered
Actual result (*)
- Only the part bevor the & remains as Value of this Option
Metadata
Metadata
Assignees
Labels
Issue: Format is validGate 1 Passed. Automatic verification of issue format passedGate 1 Passed. Automatic verification of issue format passed

