Skip to content

Commit

Permalink
Merge pull request #6 from egovernments/IFIX-57-2
Browse files Browse the repository at this point in the history
IFIX-57
  • Loading branch information
phanikiran-wtt-egov authored Aug 16, 2021
2 parents 18c4968 + c856ca4 commit d331da0
Show file tree
Hide file tree
Showing 2 changed files with 222 additions and 0 deletions.
72 changes: 72 additions & 0 deletions data/pb/ACCESSCONTROL-ACTIONS-TEST/actions-test.json
Original file line number Diff line number Diff line change
Expand Up @@ -997,6 +997,78 @@
"serviceCode": "collection-services",
"code": "null",
"path": ""
},
{
"id": 2016,
"name": " payment search",
"url": "/collection-services/payments/_create",
"parentModule": "",
"displayName": "create payment",
"orderNumber": 2,
"enabled": false,
"serviceCode": "collection-services",
"code": "null",
"path": ""
},
{
"id": 2017,
"name": "Receipt Search",
"url": "collection-services/receipts/_search",
"parentModule": "",
"displayName": "create payment",
"orderNumber": 2,
"enabled": false,
"serviceCode": "collection-services",
"code": "null",
"path": ""
},
{
"id": 2018,
"name": "pdf create",
"url": "/pdf/v1/_create",
"parentModule": "",
"displayName": "create pdf",
"orderNumber": 2,
"enabled": false,
"serviceCode": "pdf-services",
"code": "null",
"path": ""
},
{
"id": 2018,
"name": "pdf create",
"url": "/pdf/v1/_create",
"parentModule": "",
"displayName": "create pdf",
"orderNumber": 2,
"enabled": false,
"serviceCode": "pdf-services",
"code": "null",
"path": ""
},
{
"id": 2019,
"name": "pdf create no save",
"url": "/pdf/v1/_createnosave",
"parentModule": "",
"displayName": "create pdf no save",
"orderNumber": 2,
"enabled": false,
"serviceCode": "pdf-services",
"code": "null",
"path": ""
},
{
"id": 2020,
"name": "pdf search",
"url": "/pdf/v1/_search",
"parentModule": "",
"displayName": "create pdf search",
"orderNumber": 2,
"enabled": false,
"serviceCode": "pdf-services",
"code": "null",
"path": ""
}
]
}
150 changes: 150 additions & 0 deletions data/pb/ACCESSCONTROL-ROLEACTIONS/roleactions.json
Original file line number Diff line number Diff line change
Expand Up @@ -2209,6 +2209,156 @@
"actionid": 2015,
"actioncode": "",
"tenantId": "pb"
},{
"rolecode": "GP_ADMIN",
"actionid": 2015,
"actioncode": "",
"tenantId": "pb"
},
{
"rolecode": "BULK_DEMAND_PROCESSING",
"actionid": 2015,
"actioncode": "",
"tenantId": "pb"
},{
"rolecode": "GP_ADMIN",
"actionid": 2016,
"actioncode": "",
"tenantId": "pb"
},
{
"rolecode": "COLLECTION_OPERATOR",
"actionid": 2016,
"actioncode": "",
"tenantId": "pb"
},
{
"rolecode": "BULK_DEMAND_PROCESSING",
"actionid": 2016,
"actioncode": "",
"tenantId": "pb"
},{
"rolecode": "GP_ADMIN",
"actionid": 2017,
"actioncode": "",
"tenantId": "pb"
},
{
"rolecode": "COLLECTION_OPERATOR",
"actionid": 2017,
"actioncode": "",
"tenantId": "pb"
},
{
"rolecode": "BULK_DEMAND_PROCESSING",
"actionid": 2017,
"actioncode": "",
"tenantId": "pb"
},{
"rolecode": "SUPERUSER",
"actionid": 2018,
"actioncode": "",
"tenantId": "pb"
},
{
"rolecode": "GP_ADMIN",
"actionid": 2018,
"actioncode": "",
"tenantId": "pb"
},
{
"rolecode": "COLLECTION_OPERATOR",
"actionid": 2018,
"actioncode": "",
"tenantId": "pb"
},
{
"rolecode": "BULK_DEMAND_PROCESSING",
"actionid": 2018,
"actioncode": "",
"tenantId": "pb"
},
{
"rolecode": "EXPENSE_PROCESSING",
"actionid": 2018,
"actioncode": "",
"tenantId": "pb"
},
{
"rolecode": "DASHBOARD_VIEWER",
"actionid": 2018,
"actioncode": "",
"tenantId": "pb"
},{
"rolecode": "SUPERUSER",
"actionid": 2019,
"actioncode": "",
"tenantId": "pb"
},
{
"rolecode": "GP_ADMIN",
"actionid": 2019,
"actioncode": "",
"tenantId": "pb"
},
{
"rolecode": "COLLECTION_OPERATOR",
"actionid": 2019,
"actioncode": "",
"tenantId": "pb"
},
{
"rolecode": "BULK_DEMAND_PROCESSING",
"actionid": 2019,
"actioncode": "",
"tenantId": "pb"
},
{
"rolecode": "EXPENSE_PROCESSING",
"actionid": 2019,
"actioncode": "",
"tenantId": "pb"
},
{
"rolecode": "DASHBOARD_VIEWER",
"actionid": 2019,
"actioncode": "",
"tenantId": "pb"
},{
"rolecode": "SUPERUSER",
"actionid": 2020,
"actioncode": "",
"tenantId": "pb"
},
{
"rolecode": "GP_ADMIN",
"actionid": 2020,
"actioncode": "",
"tenantId": "pb"
},
{
"rolecode": "COLLECTION_OPERATOR",
"actionid": 2020,
"actioncode": "",
"tenantId": "pb"
},
{
"rolecode": "BULK_DEMAND_PROCESSING",
"actionid": 2020,
"actioncode": "",
"tenantId": "pb"
},
{
"rolecode": "EXPENSE_PROCESSING",
"actionid": 2020,
"actioncode": "",
"tenantId": "pb"
},
{
"rolecode": "DASHBOARD_VIEWER",
"actionid": 2020,
"actioncode": "",
"tenantId": "pb"
}
]
}

0 comments on commit d331da0

Please sign in to comment.