Skip to content

Commit c969517

Browse files
author
Bohdan Korablov
committed
MAGETWO-39090: User with limited access to only CMS cannot access CMS in backend
1 parent d0e08a2 commit c969517

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

app/code/Magento/Ui/Controller/Adminhtml/AbstractAction.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,12 @@ protected function getComponent()
5656
{
5757
return $this->_request->getParam('component');
5858
}
59+
60+
/**
61+
* @return bool
62+
*/
63+
protected function _isAllowed()
64+
{
65+
return true;
66+
}
5967
}

0 commit comments

Comments
 (0)