Skip to content

Commit 8af7c44

Browse files
committed
Merge remote-tracking branch 'origin/MAGETWO-92007' into 2.3-develop-pr25
2 parents 597354e + 492e81e commit 8af7c44

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

app/code/Magento/Downloadable/Ui/DataProvider/Product/Form/Modifier/Links.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@ protected function getTitleColumn()
230230
'formElement' => Container::NAME,
231231
'component' => 'Magento_Ui/js/form/components/group',
232232
'label' => __('Title'),
233+
'showLabel' => false,
233234
'dataScope' => '',
234235
];
235236
$titleField['arguments']['data']['config'] = [
@@ -255,6 +256,7 @@ protected function getPriceColumn()
255256
'formElement' => Container::NAME,
256257
'component' => 'Magento_Ui/js/form/components/group',
257258
'label' => __('Price'),
259+
'showLabel' => false,
258260
'dataScope' => '',
259261
];
260262
$priceField['arguments']['data']['config'] = [
@@ -288,6 +290,7 @@ protected function getFileColumn()
288290
'formElement' => Container::NAME,
289291
'component' => 'Magento_Ui/js/form/components/group',
290292
'label' => __('File'),
293+
'showLabel' => false,
291294
'dataScope' => '',
292295
];
293296
$fileTypeField['arguments']['data']['config'] = [
@@ -350,6 +353,7 @@ protected function getSampleColumn()
350353
'formElement' => Container::NAME,
351354
'component' => 'Magento_Ui/js/form/components/group',
352355
'label' => __('Sample'),
356+
'showLabel' => false,
353357
'dataScope' => '',
354358
];
355359
$sampleTypeField['arguments']['data']['config'] = [
@@ -425,6 +429,7 @@ protected function getMaxDownloadsColumn()
425429
'formElement' => Container::NAME,
426430
'component' => 'Magento_Ui/js/form/components/group',
427431
'label' => __('Max. Downloads'),
432+
'showLabel' => false,
428433
'dataScope' => '',
429434
];
430435
$numberOfDownloadsField['arguments']['data']['config'] = [

app/code/Magento/Downloadable/Ui/DataProvider/Product/Form/Modifier/Samples.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ protected function getTitleColumn()
200200
'componentType' => Container::NAME,
201201
'formElement' => Container::NAME,
202202
'component' => 'Magento_Ui/js/form/components/group',
203+
'showLabel' => false,
203204
'label' => __('Title'),
204205
'dataScope' => '',
205206
];
@@ -226,6 +227,7 @@ protected function getSampleColumn()
226227
'formElement' => Container::NAME,
227228
'component' => 'Magento_Ui/js/form/components/group',
228229
'label' => __('File'),
230+
'showLabel' => false,
229231
'dataScope' => '',
230232
];
231233
$sampleType['arguments']['data']['config'] = [

0 commit comments

Comments
 (0)