The only solution is to patch the extensions and add this method to all their admin controllers:
protected function _isAllowed()
{
return true;
}
This works for me :)
protected function _isAllowed()
{
return true;
}
This works for me :)
Comments
Post a Comment