Skip to content

Commit 7170102

Browse files
Added startPath for bundle product price
Added start path for bundle product price display issue, Since similar path get formed after alerts are enabled.
1 parent 68c17ec commit 7170102

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Bundle/Ui/DataProvider/Product/Form/Modifier

1 file changed

+1
-1
lines changed

app/code/Magento/Bundle/Ui/DataProvider/Product/Form/Modifier/BundlePrice.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public function modifyMeta(array $meta)
6464
$this->arrayManager->findPath(
6565
ProductAttributeInterface::CODE_PRICE,
6666
$meta,
67-
null,
67+
'product-details/children',
6868
'children'
6969
) . static::META_CONFIG_PATH,
7070
$meta,

0 commit comments

Comments
 (0)