Skip to content

Commit

Permalink
Merge branch '2.0' into 2-0-8-backlog
Browse files Browse the repository at this point in the history
  • Loading branch information
magento-services-vantiv-deploy committed Jul 12, 2016
2 parents 331f81e + 7508f98 commit bfaeaf1
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,12 @@ public function execute()
);
return $resultJson;
}

/**
* @return bool
*/
protected function _isAllowed()
{
return $this->_authorization->isAllowed('Magento_Catalog::products');
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,12 @@ public function execute()
);
return $resultJson;
}

/**
* @return bool
*/
protected function _isAllowed()
{
return $this->_authorization->isAllowed('Magento_Catalog::products');
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,16 @@
'Magento\Config\Block\System\Config\Form',
'Magento\Config\Block\System\Config\Tabs',
'Magento\Review\Block\Form',
'Magento\Braintree\Block\Form',
'Magento\Braintree\Block\Payment',
// Fails because of dependence on registry
'Magento\Reminder\Block\Adminhtml\Reminder\Edit\Tab\Customers',
'Magento\LayeredNavigation\Block\Navigation',
'Magento\LayeredNavigation\Block\Navigation\State',
// Other failures
'Magento\ProductAlert\Block\Email\Price',
'Magento\ProductAlert\Block\Email\Stock',
'Magento\ProductAlert\Block\Product\View',
'Magento\ProductAlert\Block\Product\View\Price',
'Magento\ProductAlert\Block\Product\View\Stock'
];

0 comments on commit bfaeaf1

Please sign in to comment.