Projekt

Allgemein

Profil

GX-Bug #70072

Von Moritz Bunjes vor mehr als 1 Jahr 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. 

 Also deleting a language in the Gambio Admin (Settings > Languages > Open Languages) results in a deletion of    the export profiles.

Zurück