How to write changes to auditlog from action in admin panel?
I have the model Players and rewritten auditlog. And when I'm trying to change some field from admin panel for example status - changes writing to the auditlog. But when I'm do changes using action (action change the value on the selected objects on the field status) - nothing is happened, no changes writing to the auditlog. What is the reason? And how to resolve it?