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 5a24a69 commit 153197fCopy full SHA for 153197f
app/code/Magento/User/Model/User.php
@@ -413,10 +413,6 @@ public function getRoles()
413
*/
414
public function getRole()
415
{
416
- if ($this->getData('extracted_role')) {
417
- $this->_role = $this->getData('extracted_role');
418
- $this->unsetData('extracted_role');
419
- }
420
if (null === $this->_role) {
421
$this->_role = $this->_roleFactory->create();
422
$roles = $this->getRoles();
0 commit comments