From a938af52e6dbebcbebac252d6e33b585b3c8180f Mon Sep 17 00:00:00 2001 From: Eric Vergnaud Date: Wed, 13 Oct 2021 12:16:53 +0200 Subject: [PATCH] Fix typos in audit topic --- WebSite/src/web/src/components/libraries/topics/audit/Audit.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebSite/src/web/src/components/libraries/topics/audit/Audit.js b/WebSite/src/web/src/components/libraries/topics/audit/Audit.js index 2c6162ae..329e0183 100644 --- a/WebSite/src/web/src/components/libraries/topics/audit/Audit.js +++ b/WebSite/src/web/src/components/libraries/topics/audit/Audit.js @@ -52,7 +52,7 @@ class ThisTopic extends Topic {
  • A utcTimestamp, the UTC time of the change on the server
  • Optionally, an audit metadata record may contain additional data provided as part of the delete and store statement. Here is an example :

    - delete prospect and store client with { user: "albert" }, origin: "phone call"; as metadata +
    delete prospect and store client with { user: "albert" , origin: "phone call" } as metadata

    Audit methods

    Storing audit records and audit metadata is automated.