Skip to content

Commit 58b6c78

Browse files
author
Bohdan Korablov
committed
Merge remote-tracking branch 'tango_ce/MAGETWO-39090' into MAGETWO-39602
2 parents ad4efb1 + fd9acd3 commit 58b6c78

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)