Skip to content

Commit 153197f

Browse files
committed
MC-22829: Revert ticket MAGETWO-96975 which introduce BIC on 2.3.4
1 parent 5a24a69 commit 153197f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

app/code/Magento/User/Model/User.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -413,10 +413,6 @@ public function getRoles()
413413
*/
414414
public function getRole()
415415
{
416-
if ($this->getData('extracted_role')) {
417-
$this->_role = $this->getData('extracted_role');
418-
$this->unsetData('extracted_role');
419-
}
420416
if (null === $this->_role) {
421417
$this->_role = $this->_roleFactory->create();
422418
$roles = $this->getRoles();

0 commit comments

Comments
 (0)