Autoselect interaction creator

This commit is contained in:
Andre Beging
2025-03-27 17:47:53 +01:00
parent 19796928e7
commit 6bc2757eb0
5 changed files with 16 additions and 14 deletions

View File

@@ -112,6 +112,7 @@ namespace FoodsharingSiegen.Server.Pages
/// <param name="arg">The arg</param>
private async Task OnAddInteraction(Interaction arg)
{
arg.UserID = CurrentUser.Id;
await ProspectService.AddInteraction(arg);
await LoadProspects();
}