refactor(EnvelopeLocked): envelopeRecevier-Modell aus der Ansicht entfernt.
This commit is contained in:
@@ -134,7 +134,7 @@ namespace EnvelopeGenerator.Web.Controllers
|
||||
ViewData["UserCulture"] = _cultures[UserLanguage];
|
||||
|
||||
return await _envRcvService.ReadByEnvelopeReceiverIdAsync(envelopeReceiverId: envelopeReceiverId).ThenAsync(
|
||||
Success: er => View(er).WithData("EnvelopeKey", envelopeReceiverId),
|
||||
Success: er => View().WithData("EnvelopeKey", envelopeReceiverId),
|
||||
Fail: IActionResult (messages, notices) =>
|
||||
{
|
||||
_logger.LogNotice(notices);
|
||||
|
||||
Reference in New Issue
Block a user