Projekt

Allgemein

Profil

GX-Bug #69432

Von Alexandre Ataides vor mehr als 2 Jahren aktualisiert

_Pre-conditions:_ 
 - The product must be the ID1. 
 - The product must have variants. 

 Steps: 
 1. Copy/duplicate the product **with ID 1** (_T-Shirt_, if using a fresh installed shop) 
 1. Check the `products_properties_admin_select` table -> `SELECT * FROM products_properties_admin_select;` 
 1. Delete the original product, the one **with the ID 1** 
 1. Check the `products_properties_admin_select` table again or try to open the `Variants` tab of the copied product, edit any variant product and hit `Save` 

 Expected: 
 - The `products_properties_admin_select` table shouldn't be empty, only the product that was deleted should be removed from the table. empty 
 - It should be able to save the product variants without any errors. errors 

 Actual: 
 - The `products_properties_admin_select` is empty. empty 
 - An error is shown when you try to edit/save a variant. variant

Zurück