Skip to content

Commit 19c7e10

Browse files
author
saphaljha
committed
Removed header from group product grid
1 parent fac9b1f commit 19c7e10

File tree

1 file changed

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

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -562,6 +562,7 @@ protected function fillMeta()
562562
'fit' => true,
563563
'label' => __('Thumbnail'),
564564
'sortOrder' => 20,
565+
'labelVisible' => false,
565566
],
566567
],
567568
],
@@ -586,6 +587,7 @@ protected function fillMeta()
586587
'validation' => [
587588
'validate-number' => true,
588589
],
590+
'labelVisible' => false,
589591
],
590592
],
591593
],
@@ -601,7 +603,8 @@ protected function fillMeta()
601603
'elementTmpl' => 'Magento_GroupedProduct/components/position',
602604
'sortOrder' => 90,
603605
'fit' => true,
604-
'dataScope' => 'positionCalculated'
606+
'dataScope' => 'positionCalculated',
607+
'labelVisible' => false,
605608
],
606609
],
607610
],
@@ -660,6 +663,7 @@ protected function getTextColumn($dataScope, $fit, Phrase $label, $sortOrder)
660663
'fit' => $fit,
661664
'label' => $label,
662665
'sortOrder' => $sortOrder,
666+
'labelVisible' => false,
663667
],
664668
],
665669
],

0 commit comments

Comments
 (0)