Skip to content

Commit

Permalink
Improved: Allowed unpacking with SF_UNLOCK_ORDER permission as well a…
Browse files Browse the repository at this point in the history
…long with COMMON_ADMIN (#817).
  • Loading branch information
ravilodhi committed Oct 18, 2024
1 parent de7d96c commit 37adad8
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 @@ -9,7 +9,7 @@ export default {
"APP_DOWNLOAD_PACKED_ORDERS_VIEW": "",
"APP_UPDT_STR_FULFLMNT_CONFIG": "COMMON_ADMIN",
"APP_UPDT_ECOM_INV_CONFIG": "COMMON_ADMIN",
"APP_UNPACK_ORDER": "COMMON_ADMIN",
"APP_UNPACK_ORDER": "COMMON_ADMIN OR SF_UNLOCK_ORDER",
"APP_RECYCLE_ORDER": "COMMON_ADMIN",
"APP_STOREFULFILLMENT_ADMIN": "STOREFULFILLMENT_ADMIN",
"APP_FORCE_SHIP_ORDER": "COMMON_ADMIN",
Expand Down

0 comments on commit 37adad8

Please sign in to comment.