Skip to content

Commit 92cd52d

Browse files
committed
MAGETWO-93807: [Forwardport] Some improvements on product create|edit page in admin area
1 parent 0054ea4 commit 92cd52d

File tree

1 file changed

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

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,8 +259,7 @@ public function __construct(
259259
$attributesToDisable = [],
260260
$attributesToEliminate = [],
261261
CompositeConfigProcessor $wysiwygConfigProcessor = null,
262-
ScopeConfigInterface $scopeConfig = null
263-
$attributesToEliminate = [],
262+
ScopeConfigInterface $scopeConfig = null,
264263
AttributeCollectionFactory $attributeCollectionFactory = null
265264
) {
266265
$this->locator = $locator;

0 commit comments

Comments
 (0)