Skip to content

Commit

Permalink
Merge pull request #63 from arati-tekdi/main
Browse files Browse the repository at this point in the history
change in role for hierarchy read
  • Loading branch information
arati-tekdi authored Nov 22, 2024
2 parents eb98aa7 + ae34720 commit c3444e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/common/middleware/apiConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -903,7 +903,8 @@ export const apiList = {
'/action/content/v3/hierarchy/:identifier': createRouteObject(
{
get: {
...common_role_check,
ROLE_CHECK:
rolesGroup.admin_team_leader_teacher_student_state_admin_scta_ccta,
},
},
'/content/v3/hierarchy/:identifier',
Expand Down

0 comments on commit c3444e5

Please sign in to comment.