Skip to content

Commit

Permalink
Merge pull request #723 from ymaheshwari1/feat/update-permission-for-…
Browse files Browse the repository at this point in the history
…job-update

Improved: permission in job-manager to either have JOB_MANAGER_ADMIN permission or COMMON_ADMIN
  • Loading branch information
ymaheshwari1 authored Nov 8, 2024
2 parents 2b7ca6b + 924b005 commit 3974ff7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/authorization/Rules.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ export default {
"APP_INITIAL_LOAD_VIEW": "",
"APP_MISC_VIEW": "",
"APP_REPORT_VIEW": "",
"APP_BULK_EDITOR_VIEW": "COMMON_ADMIN",
"APP_BULK_EDITOR_VIEW": "COMMON_ADMIN OR JOB_MANAGER_ADMIN",
"APP_JOB_VIEW": "",
"APP_JOB_UPDATE": "COMMON_ADMIN",
"APP_CUSTOM_FREQ_VIEW": "COMMON_ADMIN",
"APP_JOB_UPDATE": "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 3974ff7

Please sign in to comment.