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.
2 parents ab051bf + c986b72 commit 913ad89Copy full SHA for 913ad89
app/code/Magento/Catalog/Ui/DataProvider/Product/Form/Modifier/CustomOptions.php
@@ -319,8 +319,7 @@ protected function getHeaderContainerConfig($sortOrder)
319
'sortOrder' => 20,
320
'actions' => [
321
[
322
- 'targetName' => static::FORM_NAME . '.' . static::FORM_NAME . '.'
323
- . static::GROUP_CUSTOM_OPTIONS_NAME . '.' . static::GRID_OPTIONS_NAME,
+ 'targetName' => 'ns = ${ $.ns }, index = ' . static::GRID_OPTIONS_NAME,
324
'actionName' => 'addChild',
325
]
326
0 commit comments