Mercurial > hg > orthanc
diff OrthancServer/Sources/Database/StatelessDatabaseOperations.cpp @ 5225:5874e5dd9a38
merge
author | Alain Mazy <am@osimis.io> |
---|---|
date | Mon, 03 Apr 2023 22:31:32 +0200 |
parents | feba2b0e91bc 450ac804d3af |
children | 49e906a8fea2 ec3dd0ba67a1 |
line wrap: on
line diff
--- a/OrthancServer/Sources/Database/StatelessDatabaseOperations.cpp Mon Apr 03 22:19:42 2023 +0200 +++ b/OrthancServer/Sources/Database/StatelessDatabaseOperations.cpp Mon Apr 03 22:31:32 2023 +0200 @@ -415,7 +415,7 @@ if (changeType <= ChangeType_INTERNAL_LastLogged) { - transaction_.LogChange(internalId, change); + transaction_.LogChange(changeType, resourceType, internalId, publicId, change.GetDate()); } GetTransactionContext().SignalChange(change);