[#43] AreaComAdminWindow: Do not use Context from ContextWindow any more

This commit is contained in:
2024-03-10 21:31:59 +01:00
parent acc159ed9c
commit f3cdac8a61
3 changed files with 113 additions and 85 deletions

View File

@ -657,6 +657,8 @@ namespace Elwig.Windows {
await ctx.Database.ExecuteSqlAsync($"UPDATE member SET mgnr = {newMgNr} WHERE mgnr = {oldMgNr}");
}
await App.HintContextChange();
return newMgNr;
}