Open massar opened 7 years ago
We have some cases where we do GetGroupCanSee || IsSysAdmin but in others we just check for GetGroupCanSee. Move the IsSysAdmin check inside of GetGroupCanSee and remove the || addition.
GetGroupCanSee || IsSysAdmin
We have some cases where we do
GetGroupCanSee || IsSysAdmin
but in others we just check for GetGroupCanSee. Move the IsSysAdmin check inside of GetGroupCanSee and remove the || addition.