Skip to content

Commit 888ae6a

Browse files
committed
ACP2E-2791: Not able to Save Customer attribute information in Admin Edit customer section;
1 parent ca5efbf commit 888ae6a

File tree

1 file changed

+0
-5
lines changed
  • app/code/Magento/Customer/Controller/Adminhtml/Index

1 file changed

+0
-5
lines changed

app/code/Magento/Customer/Controller/Adminhtml/Index/Validate.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -163,11 +163,6 @@ protected function _validateCustomer($response)
163163
$entity_id = $submittedData['entity_id'];
164164
$customer->setId($entity_id);
165165
}
166-
/* if (isset($data['website_id']) && is_numeric($data['website_id'])) {
167-
$website = $this->storeManager->getWebsite($data['website_id']);
168-
$storeId = current($website->getStoreIds());
169-
$this->storeManager->setCurrentStore($storeId);
170-
}*/
171166
$errors = $this->customerAccountManagement->validate($customer)->getMessages();
172167
} catch (\Magento\Framework\Validator\Exception $exception) {
173168
/* @var $error Error */

0 commit comments

Comments
 (0)