Skip to content

Commit

Permalink
Improved: Added base permission in authorization rule (#323).
Browse files Browse the repository at this point in the history
  • Loading branch information
ravilodhi committed Oct 8, 2024
1 parent 5d82fe1 commit a23e2df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/authorization/Rules.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ export default {
"APP_ORDER_UPDATE": "",
"APP_RF_CONFIG_UPDATE": "COMMON_ADMIN",
"APP_PARTIAL_ORDER_REJECTION_CONFIG_UPDATE": "COMMON_ADMIN",
"APP_STOREFULFILLMENT_ADMIN": "STOREFULFILLMENT_ADMIN"
"APP_STOREFULFILLMENT_ADMIN": "STOREFULFILLMENT_ADMIN",
"BOPIS_APP_VIEW": "BOPIS_APP_VIEW"
} as any

0 comments on commit a23e2df

Please sign in to comment.