Skip to content

Commit fda434f

Browse files
author
Oleksandr Iegorov
committed
Merge branch 'MAGETWO-56116' of https://github.com/magento-tango/magento2ce into MAGETWO-56116
2 parents 92455b5 + 76defb9 commit fda434f

File tree

2 files changed

+2
-2
lines changed
  • app/code/Magento

2 files changed

+2
-2
lines changed

app/code/Magento/CatalogInventory/etc/di.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,6 @@
7272
<plugin name="catalogInventoryAfterLoad" type="\Magento\CatalogInventory\Model\Plugin\AfterProductLoad"/>
7373
</type>
7474
<type name="Magento\Catalog\Api\ProductRepositoryInterface">
75-
<plugin name="catalogInventoryAroundSave" type="\Magento\CatalogInventory\Model\Plugin\AroundProductRepositorySave"/>
75+
<plugin name="catalogInventoryAroundSave" sortOrder="2" type="\Magento\CatalogInventory\Model\Plugin\AroundProductRepositorySave"/>
7676
</type>
7777
</config>

app/code/Magento/ConfigurableProduct/etc/di.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
</arguments>
6060
</type>
6161
<type name="Magento\Catalog\Api\ProductRepositoryInterface">
62-
<plugin name="configurableProductSaveOptions" type="\Magento\ConfigurableProduct\Model\Plugin\AroundProductRepositorySave"/>
62+
<plugin name="configurableProductSaveOptions" sortOrder="1" type="\Magento\ConfigurableProduct\Model\Plugin\AroundProductRepositorySave"/>
6363
</type>
6464
<type name="Magento\Catalog\Model\Product">
6565
<plugin name="configurable_identity" type="Magento\ConfigurableProduct\Plugin\Model\Product" />

0 commit comments

Comments
 (0)