di.xml 1.3 KB

1234567891011121314151617181920212223
  1. <?xml version="1.0"?>
  2. <!--
  3. /**
  4. * Copyright © Magento, Inc. All rights reserved.
  5. * See COPYING.txt for license details.
  6. */
  7. -->
  8. <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">
  9. <virtualType name="Magento\Catalog\Ui\DataProvider\Product\Form\Modifier\Pool">
  10. <arguments>
  11. <argument name="modifiers" xsi:type="array">
  12. <item name="inventoryGroupedPanel" xsi:type="array">
  13. <item name="class" xsi:type="string">Magento\InventoryGroupedProductAdminUi\Ui\DataProvider\Product\Form\Modifier\InventoryGroupedPanel</item>
  14. <item name="sortOrder" xsi:type="number">310</item>
  15. </item>
  16. </argument>
  17. </arguments>
  18. </virtualType>
  19. <type name="Magento\GroupedProduct\Ui\DataProvider\Product\GroupedProductDataProvider">
  20. <plugin name="append_quantity_per_source" type="Magento\InventoryGroupedProductAdminUi\Plugin\Ui\DataProvider\Product\Form\AddQuantityPerSourceToProductsData" sortOrder="10"/>
  21. <plugin name="append_column_quantity_per_source" type="Magento\InventoryGroupedProductAdminUi\Plugin\Ui\DataProvider\Product\Form\AddColumnQuantityPerSource" sortOrder="10"/>
  22. </type>
  23. </config>