Skip to content

Commit 5036b0b

Browse files
committed
MAGETWO-74044: Import Products sets default behaviour as append, need add_update
1 parent ace297a commit 5036b0b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -554,6 +554,7 @@ 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 &&
558559
$this->_parameters['behavior'] != ImportExport::BEHAVIOR_DELETE
559560
) {

0 commit comments

Comments
 (0)