Skip to content

Commit

Permalink
Merge pull request #305 from misdwss/PFM-4087
Browse files Browse the repository at this point in the history
PFM-4087 added inactive consumer report endpoint in action-test and r…
  • Loading branch information
gargrahuldev authored Oct 11, 2023
2 parents 228ff74 + 37e3ab4 commit c70e43b
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 1 deletion.
14 changes: 13 additions & 1 deletion data/pb/ACCESSCONTROL-ACTIONS-TEST/actions-test.json
Original file line number Diff line number Diff line change
Expand Up @@ -1337,6 +1337,18 @@
"serviceCode": "ws-services",
"code": "null",
"path": ""
}
},
{
"id": 2040,
"name": " inactive consumer report",
"url": "/ws-services/wc/_inactiveConsumerReport",
"parentModule": "",
"displayName": "get inactive consumer report",
"orderNumber": 2,
"enabled": false,
"serviceCode": "ws-service",
"code": "null",
"path": ""
}
]
}
42 changes: 42 additions & 0 deletions data/pb/ACCESSCONTROL-ROLEACTIONS/roleactions.json
Original file line number Diff line number Diff line change
Expand Up @@ -3872,6 +3872,48 @@
"actionid": 2038,
"actioncode": "",
"tenantId": "pb"
},
{
"rolecode": "SUPERUSER",
"actionid": 2040,
"actioncode": "",
"tenantId": "pb"
},
{
"rolecode": "DIV_ADMIN",
"actionid": 2040,
"actioncode": "",
"tenantId": "pb"
},
{
"rolecode": "EMPLOYEE",
"actionid": 2040,
"actioncode": "",
"tenantId": "pb"
},
{
"rolecode": "GP_ADMIN",
"actionid": 2040,
"actioncode": "",
"tenantId": "pb"
},
{
"rolecode": "COLLECTION_OPERATOR",
"actionid": 2040,
"actioncode": "",
"tenantId": "pb"
},
{
"rolecode": "BULK_DEMAND_PROCESSING",
"actionid": 2040,
"actioncode": "",
"tenantId": "pb"
},
{
"rolecode": "EXPENSE_PROCESSING",
"actionid": 2040,
"actioncode": "",
"tenantId": "pb"
}
]
}

0 comments on commit c70e43b

Please sign in to comment.