SYNC: missing audit logs

This commit is contained in:
SPRINX0\prochazka
2025-07-03 17:27:59 +02:00
committed by Diflow
parent 527c9c8e6e
commit d3fffd9530
4 changed files with 62 additions and 6 deletions

View File

@@ -153,6 +153,7 @@ export class PerspectiveDataLoader {
pureName,
aggregate,
},
auditLogSessionGroup: 'perspective',
});
if (response.errorMessage) return response;
@@ -286,6 +287,7 @@ export class PerspectiveDataLoader {
conid: props.databaseConfig.conid,
database: props.databaseConfig.database,
options,
auditLogSessionGroup: 'perspective',
});
if (response.errorMessage) return response;
@@ -359,6 +361,7 @@ export class PerspectiveDataLoader {
conid: props.databaseConfig.conid,
database: props.databaseConfig.database,
options,
auditLogSessionGroup: 'perspective',
});
return response;