Skip to content

Commit

Permalink
Merge pull request #909 from hotwax/edit_recycle_permission
Browse files Browse the repository at this point in the history
Added SFA ADMIN permission check to recycle
  • Loading branch information
dt2patel authored Jan 24, 2025
2 parents aa1c42a + 18845b7 commit d1833b4
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 @@ -10,7 +10,7 @@ export default {
"APP_UPDT_STR_FULFLMNT_CONFIG": "COMMON_ADMIN",
"APP_UPDT_ECOM_INV_CONFIG": "COMMON_ADMIN",
"APP_UNPACK_ORDER": "COMMON_ADMIN OR SF_UNLOCK_ORDER",
"APP_RECYCLE_ORDER": "COMMON_ADMIN",
"APP_RECYCLE_ORDER": "COMMON_ADMIN OR SFA_ADMIN",
"APP_STOREFULFILLMENT_ADMIN": "STOREFULFILLMENT_ADMIN",
"APP_FORCE_SHIP_ORDER": "COMMON_ADMIN",
"APP_TRANSFER_ORDERS_VIEW": "ORD_TRANSFER_ORDER_VIEW OR ORD_TRANSFER_ORDER_ADMIN",
Expand Down

0 comments on commit d1833b4

Please sign in to comment.