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
Add correct party ID to all events to ensure correct receiver for event (#453)
* fix correct source on all events
* Add missing events with wrong or missing partyId
* add AlternativeSubject to events
---------
Co-authored-by: Hammerbeck <andreas.hammerbeck@digdir.no>
@@ -58,6 +58,7 @@ public async Task<OneOf<Task, Error>> Process(ExpireFileTransferCommandRequest r
58
58
_logger.LogError("Recipient {recipientExternalReference} did not download the fileTransfer with id {fileTransferId}",recipient.Actor.ActorExternalId,recipient.FileTransferId.ToString());
0 commit comments