GX-Bug #70072
Von Moritz Bunjes vor etwa 2 Jahren aktualisiert
The 4.6.0.1 and 4.7.1.0 update execute the SQL query DELETE a.* FROM export_schemes AS a LEFT JOIN languages l ON (a.`languages_id` = l.`languages_id`) WHERE l.`languages_id` IS NULL; eventhough a languages_id of 0 is valid. This causes a deletion of all profiles under Gambio Admin > Catalog > Import/Export > Product Export, which are language independent. Steps to reproduce: 1. Also deleting a language in the Gambio Admin (Settings > Catalog Languages > Import/Export > Product Export: Create Open Languages) results in a product deletion of the export profile 2. Run the 4.7.1.0 update Expected The created profile still exists. Actual: The created profile is gone. profiles.