File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Catalog/Ui/DataProvider/Product/Form/Modifier
ConfigurableProduct/Ui/DataProvider/Product/Form/Modifier
Ui/view/base/web/templates/form Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ private function getUpdatedTierPriceStructure(array $priceMeta)
115
115
'dataType ' => Price::NAME ,
116
116
'component ' => 'Magento_Ui/js/form/components/group ' ,
117
117
'label ' => __ ('Price ' ),
118
- 'enableLabel ' => true ,
118
+ 'showLabel ' => false ,
119
119
'dataScope ' => '' ,
120
120
'additionalClasses ' => 'control-grouped ' ,
121
121
'sortOrder ' => isset ($ priceMeta ['arguments ' ]['data ' ]['config ' ]['sortOrder ' ])
Original file line number Diff line number Diff line change @@ -591,6 +591,7 @@ protected function getColumn(
591
591
'formElement ' => Container::NAME ,
592
592
'component ' => 'Magento_Ui/js/form/components/group ' ,
593
593
'label ' => $ label ,
594
+ 'showLabel ' => false ,
594
595
'dataScope ' => '' ,
595
596
];
596
597
$ container ['children ' ] = [
Original file line number Diff line number Diff line change 8
8
visible ="visible "
9
9
css ="$data.additionalClasses "
10
10
attr ="'data-index': index ">
11
- < div class ="admin__field-label ">
12
- < label if =" $data.label " visible =" $data.labelVisible " attr ="for: uid ">
11
+ < div class ="admin__field-label " if =" $data.label " visible =" $data.labelVisible " >
12
+ < label attr ="for: uid ">
13
13
< span translate ="label " attr ="'data-config-scope': $data.scopeLabel " />
14
14
</ label >
15
15
</ div >
You can’t perform that action at this time.
0 commit comments