GX-Bug #68515
geschlossenWidget Produktliste im StyleEdit zeigt keine Artikel an, wenn die Kurzbeschreibung NULL ist statt eines leeren Strings / Widget product list in StyleEdit does not show products if short description is NULL instead of empty string
0%
Artikel mit NULL-Werten als Beschreibung können jetzt in Produkt-Widgets von StyleEdit 4 verwendet werden.
Beschreibung
Widget Produktliste im StyleEdit zeigt keine Artikel an, wenn die Kurzbeschreibung NULL ist statt eines leeren Strings
Kann wie folgt reproduziert werden:
- Gambio Admin öffnen
- Unter SQL folgenden SQL Befehl ausführen: UPDATE
products_description
SET products_short_description = NULL; - Öffne den StyleEdit4
- Schiebe eine Produktliste in eine ContentZone
- Wähle eine Kategorie oder Neue Artikel als Liste aus
Erwartetes Ergebnis:
Es sollte weiterhin die Artikel in der Liste ohne Probleme angezeigt werden obwohl die Kurzbeschreibung in der Datenbank NULL ist.
Tatsächliches Ergebnis:
Es wird statt der Artikel eine Fehlermeldung angezeigt: StringType: Invalid argument value given (expected string got NULL):
Product list widget in StyleEdit does not display products when the short description is NULL instead of an empty string.
Can be reproduced as follows:
- open Gambio Admin
- under SQL execute the following SQL command: UPDATE
products_description
SET products_short_description = NULL; - open the StyleEdit4
- move a product list into a ContentZone
- select a category or new products as a list
Expected result:
It should still display the products in the list without any problems even though the short description in the database is NULL.
Actual result:
An error message is displayed instead of the products: StringType: Invalid argument value given (expected string got NULL):
Dateien
Zugehörige Tickets