Skip to content

Commit e045572

Browse files
MAGETWO-54102: Remove unnecessary scope label initialize on product page in Admin
1 parent 7edfd0c commit e045572

File tree

1 file changed

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

1 file changed

+1
-3
lines changed

app/code/Magento/Catalog/Ui/DataProvider/Product/Form/Modifier/Eav.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -308,9 +308,7 @@ public function addContainerChildren(
308308
ltrim(static::META_CONFIG_PATH, ArrayManager::DEFAULT_PATH_DELIMITER),
309309
$attributeContainer,
310310
[
311-
'sortOrder' => $sortOrder * self::SORT_ORDER_MULTIPLIER,
312-
// TODO: Eliminate this in scope of MAGETWO-51364
313-
'scopeLabel' => $this->getScopeLabel($attribute),
311+
'sortOrder' => $sortOrder * self::SORT_ORDER_MULTIPLIER
314312
]
315313
);
316314

0 commit comments

Comments
 (0)