We're running 4.0.3 and the Audit Trail works ok. Both Create, Save and Publish actions are shown in the Audit Trail as they should.
But somehow the Unpublish actions are not listed. Has anyone experienced the same problem? Or if it's by design, know where to change the settings of what to be audited?
Just checked the code, there's no audit record written to the log table, but fortunately there's an event firing when a page gets unpublished, so you could quite easily build an event handler and write the audit record yourself.
Missing Unpublish action in Audit Trail
Hello everyone,
We're running 4.0.3 and the Audit Trail works ok. Both Create, Save and Publish actions are shown in the Audit Trail as they should.
But somehow the Unpublish actions are not listed. Has anyone experienced the same problem? Or if it's by design, know where to change the settings of what to be audited?
Best regards,
Rune
Just checked the code, there's no audit record written to the log table, but fortunately there's an event firing when a page gets unpublished, so you could quite easily build an event handler and write the audit record yourself.
Cheers,
/Dirk
Thank you Dirk - that did the trick :-)
I wanted to add a logentry for Sorting as well, but unfortunately there's no event fired when this is done.
/Rune
is working on a reply...