We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3e85a1 commit dd12c89Copy full SHA for dd12c89
app/code/Magento/CatalogInventory/Ui/DataProvider/Product/Form/Modifier/AdvancedInventory.php
@@ -255,6 +255,9 @@ private function prepareMeta()
255
'actionName' => 'toggleModal',
256
],
257
258
+ 'imports' => [
259
+ 'childError' => 'product_form.product_form.advanced_inventory_modal.stock_data:error',
260
+ ],
261
'title' => __('Advanced Inventory'),
262
'provider' => false,
263
'additionalForGroup' => true,
0 commit comments