Aktionen
GX-Bug #69432
geschlossenThe table "products_properties_admin_select" is emptied after deleting a product
% erledigt:
0%
Geschätzter Aufwand:
Steps to reproduce:
Betroffene Versionen:
4.5.1.1
Release Notes Langtext:
Nach dem Duplizieren eines Produkts mit der ID 1 und dem Löschen des Originalprodukts werden die Varianten des kopierten Produkts nicht gelöscht.
Beschreibung
Pre-conditions:
- The product must be the ID1.
- The product must have variants.
Steps:
- Copy/duplicate the product with ID 1 (T-Shirt, if using a fresh installed shop)
- Check the
products_properties_admin_select
table ->SELECT * FROM products_properties_admin_select;
- Delete the original product, the one with the ID 1
- Check the
products_properties_admin_select
table again or try to open theVariants
tab of the copied product, edit any variant and hitSave
Expected:
- The
products_properties_admin_select
table shouldn't be empty, only the product that was deleted should be removed from the table. - It should be able to save the product variants without any errors.
Actual:
- The
products_properties_admin_select
is empty. - An error is shown when you try to edit/save a variant.
Zugehörige Tickets
Aktionen