You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I have set up the custom panel as in the example in the documentation (ViewsPanel), but I'm not seeing it in the UI. I see the data in the audit_data table, that works perfect.
This is my configuration :
'modules' => [
'audit' => [
'class' => 'bedezign\yii2\audit\Audit',
'accessRoles' => null,
'ignoreActions' => ['audit/', 'debug/'],
'compressData' => false,
'panels' => [
'audit/request',
'app/views' => 'app\panels\ViewsPanel',
],
], ...
any clue? Something broken? Thanks!
The text was updated successfully, but these errors were encountered:
I have same issue , Forbidden (#403)
You are not allowed to perform this action.
The above error occurred while the Web server was processing your request.
Please contact us if you think this is a server error. Thank you.
Hello, I have set up the custom panel as in the example in the documentation (ViewsPanel), but I'm not seeing it in the UI. I see the data in the audit_data table, that works perfect.
This is my configuration :
'modules' => [
'audit' => [
'class' => 'bedezign\yii2\audit\Audit',
'accessRoles' => null,
'ignoreActions' => ['audit/', 'debug/'],
'compressData' => false,
'panels' => [
'audit/request',
'app/views' => 'app\panels\ViewsPanel',
],
], ...
any clue? Something broken? Thanks!
The text was updated successfully, but these errors were encountered: