On 9/7/2018 at 8:06 PM, luisleitaoaudio said:you need add authorization_role to your module .
Example My class:
class AdminGimExtratoController extends AdminController
... /...so we need add:
ROLE_MOD_TAB_ADMINGIMEXTRATO_CREATE
ROLE_MOD_TAB_ADMINGIMEXTRATO_DELETE
ROLE_MOD_TAB_ADMINGIMEXTRATO_READ
ROLE_MOD_TAB_ADMINGIMEXTRATO_UPDATE
..../ ...
after on table ps_access we need add ID's (On this case : 954,955,956,957)
Thank youuuuu
You saved me from suicide !!!
Applied > run
Just add information: I noticed that some (many ?) couple id_role // id_authorisation don't exist in prefix_access table
So I compared _access table listing with _authorization_role, and added losted couples in _acces table, with role n° 1 (For id_authorization correspondind to wwwADMINxxx in the other table)
It's OK now
bye