Skip to content

Commit

Permalink
RAIN-6821 Added BND national dashboard role action mapping (#2496)
Browse files Browse the repository at this point in the history
  • Loading branch information
LataNaik-eGov authored May 17, 2022
1 parent fc4653b commit afc7fb3
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
27 changes: 27 additions & 0 deletions data/pg/ACCESSCONTROL-ACTIONS-TEST/actions-test.json
Original file line number Diff line number Diff line change
Expand Up @@ -13297,6 +13297,33 @@
"serviceCode": "birth-death-services",
"code": "null",
"path": ""
},
{
"id": 2407,
"name": "National Dashboard BND",
"url": "url",
"displayName": "Birth and Death",
"orderNumber": 4,
"parentModule": "ndss-dashboard",
"enabled": true,
"serviceCode": "NDSS",
"code": "null",
"path": "NatDashboard.BND",
"navigationURL": "/digit-ui/employee/dss/dashboard/nss-birth-death",
"leftIcon": "places:business-center",
"rightIcon": ""
},
{
"id": 2408,
"name": "DSS Dashboard Config Birth and Death",
"url": "/dashboard-analytics/dashboard/getDashboardConfig/nss-birth-death",
"parentModule": "",
"displayName": "NSS",
"orderNumber": 0,
"enabled": false,
"serviceCode": "NSS",
"code": "null",
"path": ""
}
]
}
12 changes: 12 additions & 0 deletions data/pg/ACCESSCONTROL-ROLEACTIONS/roleactions.json
Original file line number Diff line number Diff line change
Expand Up @@ -24865,6 +24865,18 @@
"actionid": 2406,
"actioncode": "",
"tenantId": "pg"
},
{
"rolecode": "NATADMIN",
"actionid": 2407,
"actioncode": "",
"tenantId": "pg"
},
{
"rolecode": "NATADMIN",
"actionid": 2408,
"actioncode": "",
"tenantId": "pg"
}
]
}

0 comments on commit afc7fb3

Please sign in to comment.