Wrap PdfSignedMessage handling in a transaction

Ensure atomicity when writing stored objects and marking signatures as signed by wrapping these operations in a database transaction. This reduces the risk of partial updates and improves data consistency.
This commit is contained in:
2024-12-16 15:44:40 +01:00
parent d56d00421a
commit 82fb98348b
2 changed files with 9 additions and 3 deletions

View File

@@ -0,0 +1,5 @@
kind: Fixed
body: Wrap handling of PdfSignedMessage into transactions
time: 2024-12-16T15:38:50.974937062+01:00
custom:
Issue: ""