Skip to content

Commit 0e36511

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,7 @@ public function __construct(
152152
ContextInterface $context = null,
153153
array $meta = [],
154154
array $data = []
155-
)
156-
{
155+
) {
157156
parent::__construct($name, $primaryFieldName, $requestFieldName, $meta, $data);
158157
$this->eavValidationRules = $eavValidationRules;
159158
$this->collection = $customerCollectionFactory->create();

0 commit comments

Comments
 (0)