Skip to content

Commit 7173bd8

Browse files
committed
ACP2E-982: Assignment of sources changes after importing data
1 parent 401c1fe commit 7173bd8

File tree

1 file changed

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

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ class Product extends AbstractEntity
227227
* Links attribute name-to-link type ID.
228228
*
229229
* @deprecated 101.1.0 use DI for LinkProcessor class if you want to add additional types
230-
*
230+
* @see It is possible to supply additional link types via DI
231231
* @var array
232232
*/
233233
protected $_linkNameToId = [
@@ -548,6 +548,7 @@ class Product extends AbstractEntity
548548
/**
549549
* @var \Magento\CatalogInventory\Model\ResourceModel\Stock\ItemFactory
550550
* @deprecated 101.0.0 this variable isn't used anymore.
551+
* @see avoid using this variable
551552
*/
552553
protected $_stockResItemFac;
553554

@@ -613,6 +614,7 @@ class Product extends AbstractEntity
613614
* @var array
614615
* @deprecated 100.0.3
615616
* @since 100.0.3
617+
* @see avoid using this variable
616618
*/
617619
protected $productUrlKeys = [];
618620

@@ -1280,6 +1282,7 @@ protected function _prepareRowForDb(array $rowData)
12801282
* Must be called after ALL products saving done.
12811283
*
12821284
* @deprecated 101.1.0 use linkProcessor Directly
1285+
* @see \Magento\CatalogImportExport\Model\Import\Product\linkProcessor::saveLinks
12831286
*
12841287
* @return $this
12851288
*/
@@ -1489,6 +1492,7 @@ private function getNewSkuFieldsForSelect()
14891492
* @return void
14901493
* @since 100.0.4
14911494
* @deprecated 100.2.3
1495+
* @see avoid using this function
14921496
*/
14931497
protected function initMediaGalleryResources()
14941498
{

0 commit comments

Comments
 (0)