IcecatNV / magento-extension

MIT License
2 stars 9 forks source link

Fixed ACL permission issue #13

Open zeel1012 opened 1 year ago

zeel1012 commented 1 year ago

Description

We can’t able to give permission to access module configuration settings for other roles. Administrator should give permission to module configuration for other roles and module configuration should be visible for another role user as well.

Screenshot Here, you can see in screenshot 1 that, there is no resource available to give permission for this module configuration settings. image so, In this module, there is no implemented ACL(Access Control List) for module configuration, that's why it is not showing in the role resource and the administrator can’t able to give permission to other roles.

Fixed Issues

Fixed: ACL role permission issue #12