DPDBeNeLux / magento-DPD_Shipping

Let op: er zijn nieuwe DPD plugins (BETA versie) beschikbaar met belangrijke nieuwe functionaliteiten. De oude plugins zullen na Brexit niet meer goed functioneren, download daarom de nieuwe versie op Github/DPDconnect.
11 stars 10 forks source link

Access denied for non admin users due to supee-6285-patch #30

Closed onepack closed 8 years ago

onepack commented 9 years ago

Editors cannot longer access the DPD shipping module due to the critical supee-6285 magento patch from yesterday. http://magento.stackexchange.com/questions/73481/supee-6285-patch-what-has-been-changed/73631#73631

onepack commented 9 years ago

I now added the following to make it accessible: protected function _isAllowed() { return true; } in DpdorderController.php However as the module uses ACL I would like to use but I have no idea what the resource identifier should be:

protected function _isAllowed() { return Mage::getSingleton('admin/session')->isAllowed('RESOURCE IDENTIFIER'); }

onepack commented 8 years ago

No response. Close.