File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
app/code/Magento/ImportExport/Model/Import/Entity Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -554,7 +554,9 @@ public function getBehavior()
554
554
$ this ->_parameters ['behavior ' ]
555
555
) ||
556
556
$ this ->_parameters ['behavior ' ] != ImportExport::BEHAVIOR_APPEND &&
557
+ $ this ->_parameters ['behavior ' ] != ImportExport::BEHAVIOR_ADD_UPDATE &&
557
558
$ this ->_parameters ['behavior ' ] != ImportExport::BEHAVIOR_REPLACE &&
559
+ $ this ->_parameters ['behavior ' ] != ImportExport::BEHAVIOR_CUSTOM &&
558
560
$ this ->_parameters ['behavior ' ] != ImportExport::BEHAVIOR_DELETE
559
561
) {
560
562
return ImportExport::getDefaultBehavior ();
@@ -828,6 +830,8 @@ public function validateData()
828
830
}
829
831
830
832
/**
833
+ * Get error aggregator object
834
+ *
831
835
* @return ProcessingErrorAggregatorInterface
832
836
*/
833
837
public function getErrorAggregator ()
You can’t perform that action at this time.
0 commit comments