Skip to content

Commit 620786d

Browse files
committed
ACP2E-390: Website level customer attributes enabled for one website and disabled for other still shows enabled for both websites.
1 parent 8d4bd1f commit 620786d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/code/Magento/Eav/Model/Config.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -778,7 +778,6 @@ public function getEntityAttributes($entityType, $object = null)
778778
$attributes = [];
779779
if ($attributesData === null) {
780780
if ($attributeSetId) {
781-
$attributeCollection = $this->_universalFactory->create($entityType->getEntityAttributeCollection());
782781
$attributesData = $attributeCollection->setEntityTypeFilter(
783782
$entityType
784783
)->setAttributeSetFilter(

0 commit comments

Comments
 (0)