Skip to content

Commit d1914d0

Browse files
author
Natalia Momotenko
committed
Merge remote-tracking branch 'origin/MAGETWO-54102' into bugfixes
2 parents d3bb3cd + e045572 commit d1914d0

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
@@ -314,9 +314,7 @@ public function addContainerChildren(
314314
ltrim(static::META_CONFIG_PATH, ArrayManager::DEFAULT_PATH_DELIMITER),
315315
$attributeContainer,
316316
[
317-
'sortOrder' => $sortOrder * self::SORT_ORDER_MULTIPLIER,
318-
// TODO: Eliminate this in scope of MAGETWO-51364
319-
'scopeLabel' => $this->getScopeLabel($attribute),
317+
'sortOrder' => $sortOrder * self::SORT_ORDER_MULTIPLIER
320318
]
321319
);
322320

0 commit comments

Comments
 (0)