fix: [audit] fix user modifications not working with the modern audit log

- trying to get the old state of non persistent form fields breaks
pull/8008/head
iglocska 2021-11-24 14:58:44 +01:00
parent 45532ed0bf
commit 79b1afd24a
No known key found for this signature in database
GPG Key ID: BEA224F1FEF113AC
1 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,8 @@ class AuditLogBehavior extends ModelBehavior
'last_login' => true, // User
'newsread' => true, // User
'proposal_email_lock' => true, // Event
'enable_password' => true,
'confirm_password' => true
];
private $modelInfo = [