Add IsProbatin property to GetProfileByKeycloakIdDto and update leave request logic for probationary users #2266
This commit is contained in:
parent
970319e8c2
commit
358fd47b99
3 changed files with 43 additions and 24 deletions
|
|
@ -44,6 +44,8 @@ namespace BMA.EHR.Application.Responses.Profiles
|
|||
public string? ProfileType { get; set; }
|
||||
public bool? IsLeave { get; set; }
|
||||
|
||||
public bool? IsProbatin { get; set; }
|
||||
|
||||
public string? Root { get; set; }
|
||||
public string? Child1 { get; set; }
|
||||
public string? Child2 { get; set; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue