Skip to content

Commit

Permalink
Merge pull request #818 from hotwax/#817_unpack_permission
Browse files Browse the repository at this point in the history
Improved: Allowed unpacking with SF_UNLOCK_ORDER permission as well along with COMMON_ADMIN (#817).
  • Loading branch information
ravilodhi authored Oct 15, 2024
2 parents cbc92f6 + 1d3aee6 commit 23258a0
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 23258a0

Please sign in to comment.