Skip to content

Commit

Permalink
Improved: permission for the identifier update(dxp/#345)
Browse files Browse the repository at this point in the history
  • Loading branch information
ymaheshwari1 committed Oct 25, 2024
1 parent 7ced752 commit 2a24a04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/authorization/Rules.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ export default {
"APP_STORE_PERMISSIONS_VIEW": "COMMON_ADMIN",
"APP_SETTINGS_VIEW": "",
"APP_COUNT_VIEW": "FULFILL_INVCUNT_ADMIN OR INV_COUNT_ADMIN",
"APP_PRODUCT_IDENTIFIER_UPDATE": "",
"APP_PRODUCT_IDENTIFIER_UPDATE": "COMMON_ADMIN",
"INVCOUNT_APP_VIEW": "INVCOUNT_APP_VIEW"
} as any

0 comments on commit 2a24a04

Please sign in to comment.