-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Closed
Closed
Copy link
Labels
Fixed in 2.2.xThe issue has been fixed in 2.2 release lineThe issue has been fixed in 2.2 release lineIssue: Format is validGate 1 Passed. Automatic verification of issue format passedGate 1 Passed. Automatic verification of issue format passed
Description
Preconditions (*)
- Magento version 2.2.6
- PHP 7.0.32
- nginx/1.10.3
- MySQL 5.6.37
Steps to reproduce (*)
- Open Stores->Configuration->Catalog->Catalog page
- Open Product Image Placeholders tab
- Select images for placeholders
- Save Config
Expected result (*)
- Upload the images to the server and save the correct path in the core_config_data table which I assume is the following:
catalog/placeholder/thumbnail_placeholder
catalog/placeholder/swatch_image_placeholder
catalog/placeholder/small_image_placeholder
catalog/placeholder/image_placeholder
- Uploaded images are visible in the Stores configuration section.
Actual result (*)
- Doesn't matter if I upload image only for Base, Small or for every option at once, Magento always uploads the file to the server, but saves the following path to the core_config_data table:
catalog/placeholder/placeholder - It seems for me that the prefix is not generated correctly.
- So because of this it is not possible to change the default placeholder image.
Additional info
- It works in Magento version 2.2.3 and 2.2.4
Metadata
Metadata
Assignees
Labels
Fixed in 2.2.xThe issue has been fixed in 2.2 release lineThe issue has been fixed in 2.2 release lineIssue: Format is validGate 1 Passed. Automatic verification of issue format passedGate 1 Passed. Automatic verification of issue format passed