EcomDev_PHPUnit icon indicating copy to clipboard operation
EcomDev_PHPUnit copied to clipboard

helperAdminSession() not working with Magento EE

Open sgrund opened this issue 12 years ago • 1 comments

helperAdminSession() is not working when using Magento EE.

An observer in Enterprise_AdminGws tries to set the Adminroles for the websites, but the Enterprise_AdminGws_Model_Role model is not filled with the correct values.

The error can be debugged in the following function: \Enterprise_AdminGws_Model_Role::setAdminRole

sgrund avatar Jul 09 '13 15:07 sgrund

See PR https://github.com/EcomDev/EcomDev_PHPUnit/pull/128

jzahedieh avatar Aug 11 '14 08:08 jzahedieh