Can anyone tell me how I can add a custom event to the backoffice page audit trail in AngularJS. I know there is an audit service, but not sure how I can access it via AngualrJS and add a new event.
I'm not sure if there ist an angular was to do this. The publish/save messages are all added via c# in the controller. So I think the best/only way is actually the AuditService.
Adding an event to the Audit Trail AngualrJS
Hello,
Can anyone tell me how I can add a custom event to the backoffice page audit trail in AngularJS. I know there is an audit service, but not sure how I can access it via AngualrJS and add a new event.
Thanks
Hi Paul,
I'm not sure if there ist an angular was to do this. The publish/save messages are all added via c# in the controller. So I think the best/only way is actually the AuditService.
Hi David,
Thanks for responding. That's a shame, I guess I'll have to use the AuditService as you say and try and rig something up in AngualrJS to push to it.
Cheers
Paul
is working on a reply...