Skip to content

Commit

Permalink
Update Rules.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ymaheshwari1 authored Nov 8, 2024
1 parent bca7485 commit 924b005
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/authorization/Rules.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default {
"APP_BULK_EDITOR_VIEW": "COMMON_ADMIN OR JOB_MANAGER_ADMIN",
"APP_JOB_VIEW": "",
"APP_JOB_UPDATE": "COMMON_ADMIN OR JOB_MANAGER_ADMIN",
"APP_CUSTOM_FREQ_VIEW": "COMMON_ADMIN OR JOB_MANAGER_ADMIN"
"APP_CUSTOM_FREQ_VIEW": "COMMON_ADMIN OR JOB_MANAGER_ADMIN",
"JOB_MANAGER_APP_VIEW": "JOB_MANAGER_APP_VIEW",
"APP_COMMERCE_VIEW": "COMMERCEUSER_VIEW"
} as any
} as any

0 comments on commit 924b005

Please sign in to comment.