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.
2 parents d3bb3cd + e045572 commit d1914d0Copy full SHA for d1914d0
app/code/Magento/Catalog/Ui/DataProvider/Product/Form/Modifier/Eav.php
@@ -314,9 +314,7 @@ public function addContainerChildren(
314
ltrim(static::META_CONFIG_PATH, ArrayManager::DEFAULT_PATH_DELIMITER),
315
$attributeContainer,
316
[
317
- 'sortOrder' => $sortOrder * self::SORT_ORDER_MULTIPLIER,
318
- // TODO: Eliminate this in scope of MAGETWO-51364
319
- 'scopeLabel' => $this->getScopeLabel($attribute),
+ 'sortOrder' => $sortOrder * self::SORT_ORDER_MULTIPLIER
320
]
321
);
322
0 commit comments