Skip to content

Commit d7691a6

Browse files
committed
Fix static test.
1 parent 0a8b2e4 commit d7691a6

File tree

1 file changed

+4
-2
lines changed
  • app/code/Magento/GroupedProduct/Ui/DataProvider/Product/Form/Modifier

1 file changed

+4
-2
lines changed

app/code/Magento/GroupedProduct/Ui/DataProvider/Product/Form/Modifier/Grouped.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -414,15 +414,17 @@ protected function getButtonSet()
414414
'component' => 'Magento_Ui/js/form/components/button',
415415
'actions' => [
416416
[
417-
'targetName' => $this->uiComponentsConfig['form'] . '.' . $this->uiComponentsConfig['form']
417+
'targetName' => $this->uiComponentsConfig['form'] .
418+
'.' . $this->uiComponentsConfig['form']
418419
. '.'
419420
. static::GROUP_GROUPED
420421
. '.'
421422
. $this->uiComponentsConfig['modal'],
422423
'actionName' => 'openModal',
423424
],
424425
[
425-
'targetName' => $this->uiComponentsConfig['form'] . '.' . $this->uiComponentsConfig['form']
426+
'targetName' => $this->uiComponentsConfig['form'] .
427+
'.' . $this->uiComponentsConfig['form']
426428
. '.'
427429
. static::GROUP_GROUPED
428430
. '.'

0 commit comments

Comments
 (0)