postcode-nl / PostcodeNl_Api_MagentoPlugin

A Magento plugin 1.9 that implements the Postcode.nl API for Dutch addresses
BSD 2-Clause "Simplified" License
21 stars 12 forks source link

Magento 1.8.1.0 unable to change admin_roles #7

Closed paulzwagerman closed 10 years ago

paulzwagerman commented 10 years ago

In the adminhtml.xml:

This line:

<postcodenl_api module="PostcodeNl_Api">

Needs to be changed into(lowercase):

<postcodenl_api module="postcodenl_api">

Regards,

Paul Zwagerman

DaanBroekhof commented 10 years ago

Indeed! Thanks for reporting. (This was accidentally broken in the last 1.1 version upgrade. Will be fixed in next version.)