Boh
- fix notification - new menu system - possibility to remove patients
This commit is contained in:
@@ -205,7 +205,7 @@ namespace IdentityDemo.Controllers
|
||||
Username = username
|
||||
});
|
||||
|
||||
var a = _notification(doctor, InsertAsDoct + username);
|
||||
var a = _notification(doctor, InsertAsDoct + username, "/user/" + username);
|
||||
return Json(OkJson);
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user