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 a47adae commit b37d454Copy full SHA for b37d454
app/code/Magento/Ui/Controller/Adminhtml/Export/GridToCsv.php
@@ -84,7 +84,6 @@ protected function _isAllowed()
84
->getDataProvider()
85
->getConfigData();
86
if (isset($dataProviderConfig['aclResource'])) {
87
-
88
return $this->_authorization->isAllowed(
89
$dataProviderConfig['aclResource']
90
);
app/code/Magento/Ui/Controller/Adminhtml/Export/GridToXml.php
0 commit comments