Aktionen
GX-Bug #69041
geschlossenCollection image path is saved incorrectly
Status:
Erledigt
Priorität:
Dringend
Zugewiesen an:
Ahmed Hamouda
Kategorie:
Optionen
Zielversion:
% erledigt:
0%
Geschätzter Aufwand:
Steps to reproduce:
Betroffene Versionen:
4.5.1.0 beta1
Release Notes Langtext:
Kollektionsbilder bei Varianten werden nun mit dem korrekten Pfad abgespeichert
Beschreibung
When adding new images to a collection, the file path isn't saved correctly.
Steps to reproduce:
- Edit a product and add variants (if not already existent).
- Edit a variant and select an image collection (or create a new one)
- Add an image to the collection and set titles for both english and german.
- Click save.
Expected result:
The selected image shows up in the collection preview.
Actual result:
The image appears to be broken.
Additional info:
The webFilePath
is wrong since the path to the original_image directory is doubled.
It looks like this:
images/product_images/original_images/images/product_images/original_images/invalid_image.png
When it should look like this:
images/product_images/original_images/test-image.png
Aktionen