Skip to content

Commit e5e5832

Browse files
author
stani
committed
magento-engcom/import-export-improvements#54: function getBehavior extended with BEHAVIOUR_ADD_UPDATE and BEHAVIOR_CUSTOM
1 parent 2e036c4 commit e5e5832

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/code/Magento/ImportExport/Model/Import/Entity/AbstractEntity.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,9 @@ public function getBehavior()
554554
$this->_parameters['behavior']
555555
) ||
556556
$this->_parameters['behavior'] != ImportExport::BEHAVIOR_APPEND &&
557+
$this->_parameters['behavior'] != ImportExport::BEHAVIOR_ADD_UPDATE &&
557558
$this->_parameters['behavior'] != ImportExport::BEHAVIOR_REPLACE &&
559+
$this->_parameters['behavior'] != ImportExport::BEHAVIOR_CUSTOM &&
558560
$this->_parameters['behavior'] != ImportExport::BEHAVIOR_DELETE
559561
) {
560562
return ImportExport::getDefaultBehavior();

0 commit comments

Comments
 (0)