Skip to content

Commit

Permalink
Added finance in side bar (#2958)
Browse files Browse the repository at this point in the history
* Added finance in side bar

* Removed the unnecessary rolecodes
  • Loading branch information
KeerthiBhaskara-eGov authored Feb 14, 2023
1 parent f7e8b4e commit fbb599c
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
15 changes: 15 additions & 0 deletions data/pg/ACCESSCONTROL-ACTIONS-TEST/actions-test.json
Original file line number Diff line number Diff line change
Expand Up @@ -14631,6 +14631,21 @@
"serviceCode": "report",
"code": "null",
"path": ""
},
{
"id": 2502,
"name": "Dashboard Finance",
"url": "url",
"displayName": "Finance",
"orderNumber": 15,
"parentModule": "dss-dashboard",
"enabled": true,
"serviceCode": "DSS",
"code": "null",
"path": "Dashboard.Finance",
"navigationURL": "/digit-ui/employee/dss/dashboard/finance",
"leftIcon": "places:business-center",
"rightIcon": ""
}

]
Expand Down
6 changes: 6 additions & 0 deletions data/pg/ACCESSCONTROL-ROLEACTIONS/roleactions.json
Original file line number Diff line number Diff line change
Expand Up @@ -25878,6 +25878,12 @@
"actionid": 2501,
"actioncode": "",
"tenantId": "pg"
},
{
"rolecode": "STADMIN",
"actionid": 2502,
"actioncode": "",
"tenantId": "pg"
}
]
}

0 comments on commit fbb599c

Please sign in to comment.