Skip to content

Commit

Permalink
Merge pull request #432 from ertush/hotfix
Browse files Browse the repository at this point in the history
Assigned CHRIOs user group permission to edit facilities
  • Loading branch information
ertush authored Jul 22, 2024
2 parents 21f9561 + 7fd6e62 commit d1fb06b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pages/facilities/[id].js
Original file line number Diff line number Diff line change
Expand Up @@ -589,6 +589,7 @@ function Facility(props) {
{
(
userCtx?.groups[0]?.id == 2 || // SCHRIO
userCtx?.groups[0]?.id == 1 || // CHRIO
userCtx?.groups[0]?.id == 7 || // SuperAdmin
userCtx?.groups[0].id == 11 // Data cleaning National
) &&
Expand Down

0 comments on commit d1fb06b

Please sign in to comment.