We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7edfd0c commit e045572Copy full SHA for e045572
app/code/Magento/Catalog/Ui/DataProvider/Product/Form/Modifier/Eav.php
@@ -308,9 +308,7 @@ public function addContainerChildren(
308
ltrim(static::META_CONFIG_PATH, ArrayManager::DEFAULT_PATH_DELIMITER),
309
$attributeContainer,
310
[
311
- 'sortOrder' => $sortOrder * self::SORT_ORDER_MULTIPLIER,
312
- // TODO: Eliminate this in scope of MAGETWO-51364
313
- 'scopeLabel' => $this->getScopeLabel($attribute),
+ 'sortOrder' => $sortOrder * self::SORT_ORDER_MULTIPLIER
314
]
315
);
316
0 commit comments