diff --git a/asg_form/Controllers/admin.cs b/asg_form/Controllers/admin.cs index b0d3372..3a14879 100644 --- a/asg_form/Controllers/admin.cs +++ b/asg_form/Controllers/admin.cs @@ -324,7 +324,7 @@ else{ if (this.User.FindAll(ClaimTypes.Role).Any(a => a.Value == "admin")) { var ouser = await userManager.FindByIdAsync(userid); - + ouser.officium = opname; await userManager.UpdateAsync(ouser);