title | issue | author | author_email | author_github |
---|---|---|---|---|
Merchants can define profiles import behaviour |
NEXT-16186 |
Malte Janz |
m.janz@shopware.com |
Malte Janz |
- Changed the import to use the
createEntities
andupdateEntities
config flags if set and call the corresponding repository method (create, update, upsert)
- Added profile import settings section in the
sw-import-export-edit-profile-modal
component with two switch fields forCreate new entities
andUpdate existing data
which set the corresponding config values.