Skip to content

Commit

Permalink
Added role-action for Template creation and updation (#3435)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashish-egov authored Jan 2, 2024
1 parent 2bc17d8 commit ea3bb61
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 2 deletions.
46 changes: 45 additions & 1 deletion data/pg/ACCESSCONTROL-ACTIONS-TEST/actions-test.json
Original file line number Diff line number Diff line change
Expand Up @@ -4586,6 +4586,50 @@
"serviceCode": "MDMS",
"code": "null",
"path": ""
},
{
"id": 390,
"name": "Create HCM ParsingTemplate",
"url": "/mdms-v2/v2/_create/HCM.ParsingTemplate",
"displayName": "Create HCM ParsingTemplate",
"orderNumber": 0,
"enabled": false,
"serviceCode": "MDMS",
"code": "null",
"path": ""
},
{
"id": 391,
"name": "Create HCM ParsingTemplate",
"url": "/mdms-v2/v2/_update/HCM.ParsingTemplate",
"displayName": "Update HCM ParsingTemplate",
"orderNumber": 0,
"enabled": false,
"serviceCode": "MDMS",
"code": "null",
"path": ""
},
{
"id": 392,
"name": "Create HCM TransformTemplate",
"url": "/mdms-v2/v2/_create/HCM.TransformTemplate",
"displayName": "Create HCM TransformTemplate",
"orderNumber": 0,
"enabled": false,
"serviceCode": "MDMS",
"code": "null",
"path": ""
},
{
"id": 393,
"name": "Create HCM TransformTemplate",
"url": "/mdms-v2/v2/_update/HCM.TransformTemplate",
"displayName": "Update HCM TransformTemplate",
"orderNumber": 0,
"enabled": false,
"serviceCode": "MDMS",
"code": "null",
"path": ""
}
]
}
}
26 changes: 25 additions & 1 deletion data/pg/ACCESSCONTROL-ROLEACTIONS/roleactions.json
Original file line number Diff line number Diff line change
Expand Up @@ -5077,6 +5077,30 @@
"actionid": 389,
"actioncode": "",
"tenantId": "pg"
},
{
"rolecode": "MDMS_ADMIN",
"actionid": 390,
"actioncode": "",
"tenantId": "pg"
},
{
"rolecode": "MDMS_ADMIN",
"actionid": 391,
"actioncode": "",
"tenantId": "pg"
},
{
"rolecode": "MDMS_ADMIN",
"actionid": 392,
"actioncode": "",
"tenantId": "pg"
},
{
"rolecode": "MDMS_ADMIN",
"actionid": 393,
"actioncode": "",
"tenantId": "pg"
}
]
}
}

0 comments on commit ea3bb61

Please sign in to comment.