[#43] AreaComAdminWindow: Do not use Context from ContextWindow any more
This commit is contained in:
@ -657,6 +657,8 @@ namespace Elwig.Windows {
|
||||
await ctx.Database.ExecuteSqlAsync($"UPDATE member SET mgnr = {newMgNr} WHERE mgnr = {oldMgNr}");
|
||||
}
|
||||
|
||||
await App.HintContextChange();
|
||||
|
||||
return newMgNr;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user