pimcore / data-importer

This extension adds a comprehensive import functionality to Pimcore Datahub.
Other
38 stars 56 forks source link

[Fix] (re)Fix Field definition for field not found if field name is 'key' #378

Closed SamyMP closed 9 months ago

SamyMP commented 9 months ago

Resolves #369

Directly assign the key in the case where the "Direct" target strategy is used alongside with "SYSTEM Key".

Currently, an error is thrown because key is not in $this->getFieldDefinition() since it is a system field

@dvesh3 related to your PR #377

dvesh3 commented 9 months ago

@SamyMP thanks!