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
Empty audit records are generated because they are pushed in beforeSave hook,
but if there was no actual changes in data model, then afterSave hook
is never called, so we can't delete them automatically :(
AND worst thing about this is that we can't add this condition (below)
because then in audit push() save() we can't reload record and all audit
system goes down :(
SO currently we will have these empty audit records and no way to get rid of them.
No description provided.
The text was updated successfully, but these errors were encountered: