Aktionen
GX-Bug #69303
geschlossenImage lists can't be loaded if at least one image in an existing list no longer exists on the webspace
Status:
Erledigt
Priorität:
Hoch
Zugewiesen an:
Alexandre Ataides
Kategorie:
Adminbereich
Zielversion:
% erledigt:
0%
Geschätzter Aufwand:
Steps to reproduce:
Betroffene Versionen:
4.5.1.0 beta3
Release Notes Langtext:
Bilderkollektionen können jetzt wieder in den zusätzlichen Optionen, geladen werden auch wenn ein Bild nicht mehr existiert
Beschreibung
How to reproduce :
1) install the shop with the default products and images
2) delete one of the orignal images in all the sub directories
use this bash script or do it manually
cd images/product_images && find . | grep shirt-yellow.png | xargs rm
3) create an additional option for a product and open the modal
Expected: image lists are displayed
Actual: an unspecified error is displayed top right and the list drop down is empty
Aktionen