Skip to content

Commit

Permalink
Merge pull request #226 from amansinghbais/inventory-count/permissions
Browse files Browse the repository at this point in the history
Improved: permissions for QOH settings and upload view
  • Loading branch information
ravilodhi authored Dec 7, 2023
2 parents bb9dd4b + 138701d commit 8a1afa7
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
@@ -1,8 +1,8 @@
export default {
"APP_UPLOAD_VIEW": "COMMON_ADMIN",
"APP_UPLOAD_VIEW": "FULFILL_INVCUNT_ADMIN OR INV_COUNT_ADMIN",
"APP_COUNT_VIEW": "",
"APP_SEARCH_VIEW": "",
"APP_VARIANCE_LOG": "FULFILL_INVCUNT_ADMIN OR INV_COUNT_ADMIN",
"APP_INVNTRY_CNT_IMPORT": "",
"APP_QOH_STNG_UPDATE": "FULFILL_INVCUNT_ADMIN OR INV_COUNT_ADMIN"
"APP_QOH_STNG_UPDATE": "COMMON_ADMIN"
} as any

0 comments on commit 8a1afa7

Please sign in to comment.