Skip to content

Commit

Permalink
Merge pull request #229 from hotwax/revert-228-preorder/update-catalo…
Browse files Browse the repository at this point in the history
…g-permission

Revert "Updated: permission for catalog page"
  • Loading branch information
ravilodhi authored Sep 13, 2023
2 parents 4aeadc4 + 9100cf3 commit befbe3e
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
@@ -1,8 +1,8 @@
export default {
"APP_ORDERS_VIEW": "",
"APP_PRODUCTS_VIEW": "",
"APP_CATALOG_VIEW": "PREODR_CATALOG_VIEW",
"APP_CATALOG_VIEW": "",
"APP_PRDT_DTLS_VIEW": "",
"APP_CTLG_PRDT_DTLS_VIEW": "PREODR_CATALOG_VIEW",
"APP_CTLG_PRDT_DTLS_VIEW": "",
"APP_INV_CNFG_UPDT": "COMMON_ADMIN"
} as any

0 comments on commit befbe3e

Please sign in to comment.