You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/arc-api-docs/extensions/loopback4-audit-log/README.md
+14-1
Original file line number
Diff line number
Diff line change
@@ -220,7 +220,20 @@ export class GroupRepository extends AuditRepositoryMixin<
220
220
}
221
221
```
222
222
223
-
You can pass any extra attributes to save into audit table using the `IAuditMixinOptions` parameter of mixin function.
223
+
You can pass any extra attributes to save into audit table using the `IAuditMixinOptions` parameter of mixin function. You can also pass some dynamic values to the extra columns of the audit-log table via the method options.
0 commit comments