feat: Begrüßung und Dokumentdetails auf Umschlagseite aktualisiert

This commit is contained in:
Developer 02
2024-04-08 16:39:02 +02:00
parent 2512de0f26
commit 1584fd6f1c
6 changed files with 16 additions and 14 deletions

View File

@@ -80,7 +80,7 @@ namespace EnvelopeGenerator.Web.Controllers
if (verification.IsSuccess)
{
var envelope = await _envelopeService.ReadByUuidAsync(decodedId.EnvelopeUuid, decodedId.ReceiverSignature, true, true, true);
var envelope = await _envelopeService.ReadByUuidAsync(uuid: decodedId.EnvelopeUuid, signature: decodedId.ReceiverSignature, withAll:true);
database.Services.actionService.EnterCorrectAccessCode(response.Envelope, response.Receiver); //for history
ViewData["EnvelopeKey"] = envelopeReceiverId;
ViewData["EnveResponse"] = response;