Skip to content

Commit 7c9cb78

Browse files
committed
ACP2E-982: Assignment of sources changes after importing data
1 parent 3a2417a commit 7c9cb78

File tree

1 file changed

+7
-5
lines changed
  • app/code/Magento/CatalogImportExport/Model/Import

1 file changed

+7
-5
lines changed

app/code/Magento/CatalogImportExport/Model/Import/Product.php

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,8 @@ class Product extends AbstractEntity
228228
* Links attribute name-to-link type ID.
229229
*
230230
* @deprecated 101.1.0 use DI for LinkProcessor class if you want to add additional types
231-
* @see It is possible to supply additional link types via DI
231+
*
232+
* @see Magento_CatalogImportExport::etc/di.xml
232233
* @var array
233234
*/
234235
protected $_linkNameToId = [
@@ -549,7 +550,7 @@ class Product extends AbstractEntity
549550
/**
550551
* @var \Magento\CatalogInventory\Model\ResourceModel\Stock\ItemFactory
551552
* @deprecated 101.0.0 this variable isn't used anymore.
552-
* @see avoid using this variable
553+
* @see we don't recommend this approach anymore
553554
*/
554555
protected $_stockResItemFac;
555556

@@ -614,8 +615,9 @@ class Product extends AbstractEntity
614615
/**
615616
* @var array
616617
* @deprecated 100.0.3
618+
*
617619
* @since 100.0.3
618-
* @see avoid using this variable
620+
* @see we don't recommend this approach anymore
619621
*/
620622
protected $productUrlKeys = [];
621623

@@ -1292,7 +1294,7 @@ protected function _prepareRowForDb(array $rowData)
12921294
* Must be called after ALL products saving done.
12931295
*
12941296
* @deprecated 101.1.0 use linkProcessor Directly
1295-
* @see \Magento\CatalogImportExport\Model\Import\Product\linkProcessor::saveLinks
1297+
* @see linkProcessor
12961298
*
12971299
* @return $this
12981300
*/
@@ -1502,7 +1504,7 @@ private function getNewSkuFieldsForSelect()
15021504
* @return void
15031505
* @since 100.0.4
15041506
* @deprecated 100.2.3
1505-
* @see avoid using this function
1507+
* @see \Magento\CatalogImportExport\Model\Import\Product\MediaGalleryProcessor::initMediaGalleryResources
15061508
*/
15071509
protected function initMediaGalleryResources()
15081510
{

0 commit comments

Comments
 (0)