Skip to content

Commit

Permalink
Hearing search and exist role actions added (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
storm20198 authored Jun 12, 2024
1 parent 8ddc442 commit ecbbc4a
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/pg/ACCESSCONTROL-ACTIONS-TEST/actions-test.json
Original file line number Diff line number Diff line change
Expand Up @@ -769,7 +769,7 @@
},
{
"id": 2575,
"name": "Create Hearing",
"name": "Update Hearing",
"url": "/hearing/v1/update",
"displayName": "Update Hearing",
"orderNumber": 0,
Expand All @@ -780,7 +780,7 @@
},
{
"id": 2576,
"name": "Create Hearing",
"name": "Hearing Exist",
"url": "/hearing/v1/exists",
"displayName": "Hearing exists",
"orderNumber": 0,
Expand All @@ -791,7 +791,7 @@
},
{
"id": 2577,
"name": "Create Hearing",
"name": "Search Hearing",
"url": "/hearing/v1/search",
"displayName": "Search Hearing",
"orderNumber": 0,
Expand Down
72 changes: 72 additions & 0 deletions data/pg/ACCESSCONTROL-ROLEACTIONS/roleactions.json
Original file line number Diff line number Diff line change
Expand Up @@ -860,11 +860,83 @@
"actioncode": "",
"tenantId": "pg"
},
{
"rolecode": "HEARING_DATE_REQUESTOR",
"actionid": 2576,
"actioncode": "",
"tenantId": "pg"
},
{
"rolecode": "HEARING_START",
"actionid": 2576,
"actioncode": "",
"tenantId": "pg"
},
{
"rolecode": "HEARING_APPROVER",
"actionid": 2576,
"actioncode": "",
"tenantId": "pg"
},
{
"rolecode": "HEARING_ACCEPTOR",
"actionid": 2576,
"actioncode": "",
"tenantId": "pg"
},
{
"rolecode": "HEARING_CLOSER",
"actionid": 2576,
"actioncode": "",
"tenantId": "pg"
},
{
"rolecode": "HEARING_DATE_REQUESTOR",
"actionid": 2577,
"actioncode": "",
"tenantId": "pg"
},
{
"rolecode": "HEARING_START",
"actionid": 2577,
"actioncode": "",
"tenantId": "pg"
},
{
"rolecode": "HEARING_APPROVER",
"actionid": 2577,
"actioncode": "",
"tenantId": "pg"
},
{
"rolecode": "HEARING_ACCEPTOR",
"actionid": 2577,
"actioncode": "",
"tenantId": "pg"
},
{
"rolecode": "HEARING_CLOSER",
"actionid": 2577,
"actioncode": "",
"tenantId": "pg"
},
{
"rolecode": "WORKFLOW_ADMIN",
"actionid": 2575,
"actioncode": "",
"tenantId": "pg"
},
{
"rolecode": "WORKFLOW_ADMIN",
"actionid": 2576,
"actioncode": "",
"tenantId": "pg"
},
{
"rolecode": "WORKFLOW_ADMIN",
"actionid": 2577,
"actioncode": "",
"tenantId": "pg"
}
]
}

0 comments on commit ecbbc4a

Please sign in to comment.