permission
This commit is contained in:
parent
058c762eb2
commit
8870139cbe
15 changed files with 31 additions and 31 deletions
|
|
@ -605,7 +605,7 @@ namespace BMA.EHR.Insignia.Service.Controllers
|
|||
}
|
||||
|
||||
|
||||
string role = jsonData["result"]["privilege"]?.ToString();
|
||||
string role = jsonData["result"]?.ToString();
|
||||
var nodeId = string.Empty;
|
||||
var profileAdmin = new GetUserOCAllDto();
|
||||
profileAdmin = await _userProfileRepository.GetUserOCAll(Guid.Parse(UserId!), AccessToken);
|
||||
|
|
@ -881,7 +881,7 @@ namespace BMA.EHR.Insignia.Service.Controllers
|
|||
if (insigniaType == null)
|
||||
return Error(GlobalMessages.InsigniaTypeNotFound);
|
||||
|
||||
string role = jsonData["result"]["privilege"]?.ToString();
|
||||
string role = jsonData["result"]?.ToString();
|
||||
var nodeId = string.Empty;
|
||||
var profileAdmin = new GetUserOCAllDto();
|
||||
profileAdmin = await _userProfileRepository.GetUserOCAll(Guid.Parse(UserId!), AccessToken);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue