GX-Bug #70765
geschlossenWenn in der Datenbank für die Produktbeschreibung NULL steht, dann können die Artikel im Shop nicht aufgerufen werden / If there is NULL in the database for the product description, the products cannot be opend
0%
Verbesserung der Datenbankstruktur um keine fehlerhaften Werte mehr für "products_description" und "products_short_description" zuzulassen
Beschreibung
Wenn in der Datenbank für die Produktbeschreibung NULL steht, dann können die Artikel im Shop nicht aufgerufen werden
Kann wie folgt reproduziert werden:
1.Shop 4.9.1.0 installieren
- Gambio Admin aufrufen
- Unter Toolbox->SQL folgenden SQL ausführen "UPDATE products_description SET products_description = NULL;"
- Shop Front aufrufen
Erwartetes Ergebnis:
Der Shop sollte auch aufrufbar sein, wenn die Artikelbeschreibung leer ist, NULL sollte in der Datenbank nicht erlaubt sein
Tatsächliches Ergebnis:
Wenn ein Artikel in der Datenbank NULL als Produktbeschreibung hat, ist der Shop oder der Artikel nicht mehr in der Übersicht aufrufbar.
If there is NULL in the database for the product description, the articles cannot be called up in the store
Can be reproduced as follows:
- install Shop 4.9.1.0
- call up Gambio Admin
- execute the following SQL under Toolbox->SQL "UPDATE products_description SET products_description = NULL;"
- call up Shop Front
Expected result:
The store should be accessible even if the product description is empty, NULL should not be allowed in the database
Actual result:
If an item in the database has NULL as a product description, the store or the item can no longer be called up in the overview.