Skip to content

Commit 641bb31

Browse files
MAGETWO-94267: [2.3] Admin logs don't detail quantity changes
1 parent 21e0079 commit 641bb31

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

app/code/Magento/Catalog/Controller/Adminhtml/Product/Save.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ public function execute()
187187

188188
/**
189189
* Notify customer when image was not deleted in specific case.
190+
*
190191
* TODO: temporary workaround must be eliminated in MAGETWO-45306
191192
*
192193
* @param array $postData
@@ -252,6 +253,8 @@ protected function copyToStores($data, $productId)
252253
}
253254

254255
/**
256+
* Get category link management interface
257+
*
255258
* @return \Magento\Catalog\Api\CategoryLinkManagementInterface
256259
*/
257260
private function getCategoryLinkManagement()
@@ -264,6 +267,8 @@ private function getCategoryLinkManagement()
264267
}
265268

266269
/**
270+
* Get store management interface
271+
*
267272
* @return StoreManagerInterface
268273
* @deprecated 101.0.0
269274
*/

app/code/Magento/CatalogInventory/Observer/ProcessInventoryDataObserver.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212
use Magento\Framework\Event\Observer as EventObserver;
1313

1414
/**
15-
* This observer prepares stock data for saving by combining stock data from the stock data property
16-
* and quantity_and_stock_status attribute and setting it to the single point represented by stock data property.
15+
* Prepares stock data for saving
1716
*
1817
* @deprecated 100.2.0 Stock data should be processed using the module API
1918
* @see StockItemInterface when you want to change the stock data

0 commit comments

Comments
 (0)