bedezign / yii2-audit

Yii2 Audit records and displays web/cli requests, database changes, php/js errors and associated data.
https://bedezign.github.io/yii2-audit/
Other
193 stars 112 forks source link

Translate to pt-BR and BUG to ignore action #284

Closed thtmorais closed 7 months ago

thtmorais commented 3 years ago

IgnoreAction dont working

Event->Action is not an object, is an array, and the route on routeMatches is call with null.

@bedezign @Blizzke

eluhr commented 7 months ago

Thanks!

thtmorais commented 7 months ago

You're welcome!

Since the project will now be maintained again, I will upload some updates that I have internally here to fix other problems like the one below:

[error]: "yii\db\Exception"
PDOException: SQLSTATE[22001]: String data, right truncated: 1406 Data too long for column 'origin' at row 1 in /vendor/yiisoft/yii2/db/Command.php:1320

Soon I will add all the necessary migrations created by me.