Skip to content

Commit

Permalink
update StateYourBusiness for RA_Checkin
Browse files Browse the repository at this point in the history
  • Loading branch information
RossClark01 committed Dec 12, 2024
1 parent ea8d196 commit 0bfa745
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gordon360/Authorization/StateYourBusiness.cs
Original file line number Diff line number Diff line change
Expand Up @@ -520,6 +520,8 @@ private async Task<bool> CanAddAsync(string resource)
return (user_groups.Contains(AuthGroup.HousingAdmin) || user_groups.Contains(AuthGroup.RD));
case Resource.HOUSING_CONTACT_PREFERENCE:
return (user_groups.Contains(AuthGroup.RA));
case Resource.RA_CHECKIN:
return (user_groups.Contains(AuthGroup.RA));
case Resource.ADMIN:
return false;
case Resource.ERROR_LOG:
Expand Down

0 comments on commit 0bfa745

Please sign in to comment.