Skip to content

Commit

Permalink
Improved: Used 'RECEIVING_ADMIN' permission instead of 'COMMON_ADMIN'…
Browse files Browse the repository at this point in the history
… and 'FULFILL_SHIPMENT_ADMIN' for various actions.
  • Loading branch information
ravilodhi committed Dec 6, 2023
1 parent 290a8bf commit 5e5a86c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/authorization/Rules.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ export default {
'APP_PURCHASEORDER_DETAIL_VIEW': '',
'APP_RETURNS_VIEW': '',
'APP_RETURN_DETAIL_VIEW': '',
'APP_SHIPMENT_UPDATE': 'COMMON_ADMIN',
'APP_SHIPMENT_ADMIN': 'FULFILL_SHIPMENT_ADMIN',
'APP_SHIPMENT_UPDATE': 'RECEIVING_ADMIN',
'APP_SHIPMENT_ADMIN': 'RECEIVING_ADMIN',
} as any

0 comments on commit 5e5a86c

Please sign in to comment.