Aktionen
GX-Bug #70073
geschlossenDas 4.6.0.1 Update löscht fälschlicherweise Artikelexport-Profile | The 4.6.0.1 update incorrectly delete product export profiles
% erledigt:
0%
Geschätzter Aufwand:
Steps to reproduce:
Betroffene Versionen:
4.6.0.1
Release Notes Langtext:
Das 4.6.0.1 Update löscht im Updater nicht mehr fälschlicherweise Artikelexport-Profile
Beschreibung
The 4.6.0.1 update executes 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:
- Gambio Admin > Catalog > Import/Export > Product Export: Create a product export profile
- Run the 4.6.0.1 update
Expected
The created profile still exists.
Actual:
The created profile is gone.
Zugehörige Tickets
Aktionen