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.
1 parent 97c39be commit afc036dCopy full SHA for afc036d
app/code/Magento/Customer/Model/Customer/DataProvider.php
@@ -128,7 +128,7 @@ class DataProvider extends \Magento\Ui\DataProvider\AbstractDataProvider
128
private $context;
129
130
/**
131
- * Shows what user is used dataProvider
+ * Allow to manage attributes, even they are hidden on storefront
132
*
133
* @var bool
134
*/
@@ -359,7 +359,7 @@ protected function getAttributesMeta(Type $entityType)
359
}
360
361
362
- * Check whether we can show attribute in admin or not
+ * Detect can we show attribute on specific form or not
363
364
* @param Attribute $customerAttribute
365
* @return bool
0 commit comments