Skip to content

Commit afc036d

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ class DataProvider extends \Magento\Ui\DataProvider\AbstractDataProvider
128128
private $context;
129129

130130
/**
131-
* Shows what user is used dataProvider
131+
* Allow to manage attributes, even they are hidden on storefront
132132
*
133133
* @var bool
134134
*/
@@ -359,7 +359,7 @@ protected function getAttributesMeta(Type $entityType)
359359
}
360360

361361
/**
362-
* Check whether we can show attribute in admin or not
362+
* Detect can we show attribute on specific form or not
363363
*
364364
* @param Attribute $customerAttribute
365365
* @return bool

0 commit comments

Comments
 (0)