Skip to content

Commit 913ad89

Browse files
Merge branch 'MAGETWO-51040' of https://github.corp.magento.com/magento-tango/magento2ce into MAGETWO-51470
2 parents ab051bf + c986b72 commit 913ad89

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/code/Magento/Catalog/Ui/DataProvider/Product/Form/Modifier/CustomOptions.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -319,8 +319,7 @@ protected function getHeaderContainerConfig($sortOrder)
319319
'sortOrder' => 20,
320320
'actions' => [
321321
[
322-
'targetName' => static::FORM_NAME . '.' . static::FORM_NAME . '.'
323-
. static::GROUP_CUSTOM_OPTIONS_NAME . '.' . static::GRID_OPTIONS_NAME,
322+
'targetName' => 'ns = ${ $.ns }, index = ' . static::GRID_OPTIONS_NAME,
324323
'actionName' => 'addChild',
325324
]
326325
]

0 commit comments

Comments
 (0)