From 9100cf3ee176771810f4aac39c86d8f20492d6f6 Mon Sep 17 00:00:00 2001 From: Yash Maheshwari Date: Wed, 13 Sep 2023 16:24:24 +0530 Subject: [PATCH] Revert "Updated: permission for catalog page" --- src/authorization/Rules.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/authorization/Rules.ts b/src/authorization/Rules.ts index 37c652ef..d2e8f294 100644 --- a/src/authorization/Rules.ts +++ b/src/authorization/Rules.ts @@ -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 \ No newline at end of file