Skip to content

Commit 0d5347d

Browse files
author
Sergii Kovalenko
committed
MAGETWO-69521: Customer attribute with "Show on Storefront" set to No does not appear in backend
1 parent 5fb5345 commit 0d5347d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Customer/Model/Customer/DataProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,9 +158,9 @@ public function __construct(
158158
Config $eavConfig,
159159
FilterPool $filterPool,
160160
FileProcessorFactory $fileProcessorFactory = null,
161-
ContextInterface $context = null,
162161
array $meta = [],
163162
array $data = [],
163+
ContextInterface $context = null,
164164
$allowToShowHiddenAttributes = true
165165
) {
166166
parent::__construct($name, $primaryFieldName, $requestFieldName, $meta, $data);

0 commit comments

Comments
 (0)