GX-Bug #69912
offenWhen importing additional fields, the descriptions in the database are cluttered and not replaced
0%
Beschreibung
Beim Importieren von Zusatzfeldern werden die Beschreibungen in der Datenbank zugemüllt und nicht ersetzt
Kann wie folgt reproduziert werden:
- Shop aufrufen
- Als Admin einloggen
- einen Artikel anlegen
- Ein Zusatzfeld mit dem Namen Hersteller anlegen
- Die CSV Datei aus dem Anhang importieren
- Die Tabelle additional_field_value_descriptions in der Datenbank prüfen sollten 9 einträge sein
- Die selbe CSV Datei erneut importieren
- Die Tabelle additional_field_value_descriptions prüfen, Einträge wurden doppelt neu hinzugefügt
Erwartetes Ergebnis:
Beim Import von Zusatzfeldern, sollten die bereits vorhanden Einträge in der Taballe additional_field_value_descriptions ersetzt und nicht immer wieder ergänzt werden
Tatsächlichses Ergebnis:
Wenn man eine CSV Datei mit Zusatzfeldern immer wieder importiert und die Felder sich nicht ändern, werden die Einträge in der Tabelle additional_field_value_descriptions immer wieder hinzugefügt statt diese zu ersetzen.
When importing additional fields, the descriptions in the database are cluttered and not replaced
Can be reproduced as follows:
- open shop
- log in as admin
- create a product
- create an additional field with the name "Hersteller"
- import the CSV file from the attachment
- check the table additional_field_value_descriptions in the database should be 9 entries
- import the same CSV file again
- check the additional_field_value_descriptions table, entries were added twice
Expected result:
When importing additional fields, the already existing entries in the additional_field_value_descriptions tab should be replaced and not added again and again
Actual result:
When importing a CSV file with additional fields again and again and the fields do not change, the entries in the additional_field_value_descriptions table are added again and again instead of replacing them.
Dateien