AuditService does not showing custom audit message
Hi,
Hello Everyone, hope all doing well.
I'm trying to insert AuditLog from the controller, it got inserted successfully. but my message not showing on Audit Trail.
Code:
_auditService.Add(AuditType.Custom, uerid, objectId, ObjectTypes.GetName(UmbracoObjectTypes.Document), "Custom message here, it is notshowing on audit trail");
Response showing on Umbraco Audit Trail Panel as :
[auditTrailssmallCustom] [auditTrailscustom].
Please help how to set custom audit message,
Umbraco V8
AuditService does not showing custom audit message
Hi,
Hello Everyone, hope all doing well.
I'm trying to insert AuditLog from the controller, it got inserted successfully. but my message not showing on Audit Trail.
Code:
_auditService.Add(AuditType.Custom, uerid, objectId, ObjectTypes.GetName(UmbracoObjectTypes.Document), "Custom message here, it is notshowing on audit trail");
Response showing on Umbraco Audit Trail Panel as :
[auditTrailssmallCustom] [auditTrailscustom].
Please help how to set custom audit message, Umbraco V8
thanks , om
I am having the same problem in v10. Did you ever find a solution?
is working on a reply...