user-management icon indicating copy to clipboard operation
user-management copied to clipboard

Permissions in advanced template (Backend)

Open jaalvarado165 opened this issue 8 years ago • 1 comments

Hi,

Actually I have an app with backend and frontend. In this case I need to give permissions to the role MONITOR for access to route /perfil/default/index. This route belongs to the backend.

The actually rules of the permission group VIEW_MONITOR are:

/perfil/* /perfil/default/* /perfil/default/datos_personales /perfil/default/index

How can I configure this rule in the permission section?

Thanks!

jaalvarado165 avatar Jan 11 '17 23:01 jaalvarado165

Well, this module designed for basic template, but as far as I remeber there are 2 workarounds

  1. Add desired toures and permissions via migration
  2. Integrate this module in both applications (back and front)

Sorry this is as much help as I can provide, because I rarely work on Yii these days =)

webvimark avatar Jan 12 '17 09:01 webvimark