From d7275ce914758dab02fa93025fcd8f2d76785c7f Mon Sep 17 00:00:00 2001 From: Shashwat Mishra Date: Thu, 8 Sep 2022 17:32:11 +0530 Subject: [PATCH] [DPG-698] Adding mdms config for enabling dashboard on ifix --- .../actions-test.json | 27 +++++++++++++++++++ .../roleactions.json | 12 +++++++++ 2 files changed, 39 insertions(+) diff --git a/data/pb/ACCESSCONTROL-ACTIONS-TEST/actions-test.json b/data/pb/ACCESSCONTROL-ACTIONS-TEST/actions-test.json index 9a6f4b1c68..bb35565642 100644 --- a/data/pb/ACCESSCONTROL-ACTIONS-TEST/actions-test.json +++ b/data/pb/ACCESSCONTROL-ACTIONS-TEST/actions-test.json @@ -1239,6 +1239,33 @@ "serviceCode": "ws-services", "code": "null", "path": "" + }, + { + "id": 2032, + "name": "Dashboard IFIX", + "url": "url", + "displayName": "IFIX", + "orderNumber": 14, + "parentModule": "dss-dashboard", + "enabled": true, + "serviceCode": "DSS", + "code": "null", + "path": "Dashboard.IFIX", + "navigationURL": "/digit-ui/employee/dss/dashboard/ifix", + "leftIcon": "places:business-center", + "rightIcon": "" + }, + { + "id": 2033, + "name": "DSS Dashboard Config IFIX", + "url": "/dashboard-analytics/dashboard/getDashboardConfig/ifix", + "parentModule": "", + "displayName": "DSS", + "orderNumber": 0, + "enabled": false, + "serviceCode": "DSS", + "code": "null", + "path": "" } ] } diff --git a/data/pb/ACCESSCONTROL-ROLEACTIONS/roleactions.json b/data/pb/ACCESSCONTROL-ROLEACTIONS/roleactions.json index 137c061531..5670a485a9 100644 --- a/data/pb/ACCESSCONTROL-ROLEACTIONS/roleactions.json +++ b/data/pb/ACCESSCONTROL-ROLEACTIONS/roleactions.json @@ -2650,6 +2650,18 @@ "actionid": 2031, "actioncode": "", "tenantId": "pb" + }, + { + "rolecode": "EMPLOYEE", + "actionid": 2032, + "actioncode": "", + "tenantId": "pb" + }, + { + "rolecode": "EMPLOYEE", + "actionid": 2033, + "actioncode": "", + "tenantId": "pb" } ] }