Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

O menu do módulo só é exibido para usuários com permissão total #11

Open
lucasvieira opened this issue Dec 4, 2020 · 1 comment

Comments

@lucasvieira
Copy link

Ao tentar configurar a permissão para um operador do painel, não localizei a opção.
Desta forma, somente usuários com permissão total no painel podem ver o menu. Creio que, faltou adicionar o 'acl' para o menu e seus itens.

@gilliattbastos
Copy link

gilliattbastos commented Apr 1, 2022

Olá fiz uma correção. Basta colocar o trecho no adminhtml.xml.

Depois entre nas Roles e de permissão no "Melhor Envio".
<acl> <resources> <all> <title>Allow Everything</title> </all> <admin> <children> <melhorenvio module="melhorenvio" translate="title"> <title>Melhor Envio</title> <sort_order>711</sort_order> <children> <orders translate="title" module="melhorenvio"> <title>Pedidos</title> <sort_order>1</sort_order> <action>melhorenvio/adminhtml_orders</action> </orders> <rastreio translate="title" module="melhorenvio"> <title>Rastreio</title> <sort_order>2</sort_order> <action>melhorenvio/adminhtml_rastreio</action> </rastreio> <token translate="title" module="melhorenvio"> <title>Configurações Gerais</title> <sort_order>3</sort_order> <action>adminhtml/system_config/edit/section/melhorenvio/</action> </token> <config translate="title" module="melhorenvio"> <title>Configurações de Envios</title> <sort_order>4</sort_order> <action>adminhtml/system_config/edit/section/carriers/</action> </config> </children> </melhorenvio> </children> </admin> </resources> </acl>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants