reverbdotcom / reverb-magento

Magento 1.x plugin for syncing with Reverb
Other
7 stars 10 forks source link

ACL in Category SyncController #210

Closed daved closed 8 years ago

daved commented 8 years ago

The following has been added to our installation to allow non-admin users access to the Catalog Mapper:

protected function _isAllowed()
{
    return Mage::getSingleton('admin/session')->isAllowed($this->getControllerActiveMenuPath());
}

A pull request didn't seem to make sense due to my inexperience with the project, and because there may already be some ACL changes in progress. What might we expect regarding this in the future?

skwp commented 8 years ago

this is done