Skip to content

Commit

Permalink
Merge pull request #101 from hmcts/RET-4014-Update-ListAHearing
Browse files Browse the repository at this point in the history
RET-4014: Add Permissions
  • Loading branch information
fergusoshea committed Nov 23, 2023
2 parents c850129 + e7f88b5 commit e07cdef
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 36 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -381,14 +381,13 @@
"ET3Processing",
"SendEt3Notification",
"IssueInitialConsiderationDirections",
"ListAHearing",
"issueInitialConsiderationDirectionsWA",
"IssuePostHearingDirection",
"IssueJudgment",
"AmendClaimantDetails",
"AmendRespondentDetails",
"WithdrawAllOrPartOfCase",
"ContactTribunalWithAnApplication"</text>
"ContactTribunalWithAnApplication",
"ListAHearing"</text>
</inputEntry>
<inputEntry id="UnaryTests_18831um">
<text></text>
Expand Down Expand Up @@ -431,7 +430,8 @@
"AmendClaimantDetails",
"AmendRespondentDetails",
"WithdrawAllOrPartOfCase",
"ContactTribunalWithAnApplication"</text>
"ContactTribunalWithAnApplication",
"ListAHearing"</text>
</inputEntry>
<inputEntry id="UnaryTests_14c24r4">
<text></text>
Expand Down Expand Up @@ -474,7 +474,8 @@
"AmendClaimantDetails",
"AmendRespondentDetails",
"WithdrawAllOrPartOfCase",
"ContactTribunalWithAnApplication"</text>
"ContactTribunalWithAnApplication",
"ListAHearing"</text>
</inputEntry>
<inputEntry id="UnaryTests_197zxgr">
<text></text>
Expand Down Expand Up @@ -503,8 +504,7 @@
</rule>
<rule id="DecisionRule_0w6j5or">
<inputEntry id="UnaryTests_11dadf3">
<text>"ListAHearing",
"issueInitialConsiderationDirectionsWA"</text>
<text>"ListAHearing"</text>
</inputEntry>
<inputEntry id="UnaryTests_1urdtkc">
<text></text>
Expand Down Expand Up @@ -533,8 +533,7 @@
</rule>
<rule id="DecisionRule_0wduh70">
<inputEntry id="UnaryTests_00rznrz">
<text>"ListAHearing",
"issueInitialConsiderationDirectionsWA"</text>
<text>"ListAHearing"</text>
</inputEntry>
<inputEntry id="UnaryTests_13euj21">
<text></text>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -381,14 +381,13 @@
"ET3Processing",
"SendEt3Notification",
"IssueInitialConsiderationDirections",
"ListAHearing",
"issueInitialConsiderationDirectionsWA",
"IssuePostHearingDirection",
"IssueJudgment",
"AmendClaimantDetails",
"AmendRespondentDetails",
"WithdrawAllOrPartOfCase",
"ContactTribunalWithAnApplication"</text>
"ContactTribunalWithAnApplication",
"ListAHearing"</text>
</inputEntry>
<inputEntry id="UnaryTests_18831um">
<text></text>
Expand Down Expand Up @@ -431,7 +430,8 @@
"AmendClaimantDetails",
"AmendRespondentDetails",
"WithdrawAllOrPartOfCase",
"ContactTribunalWithAnApplication"</text>
"ContactTribunalWithAnApplication",
"ListAHearing"</text>
</inputEntry>
<inputEntry id="UnaryTests_14c24r4">
<text></text>
Expand Down Expand Up @@ -474,7 +474,8 @@
"AmendClaimantDetails",
"AmendRespondentDetails",
"WithdrawAllOrPartOfCase",
"ContactTribunalWithAnApplication"</text>
"ContactTribunalWithAnApplication",
"ListAHearing"</text>
</inputEntry>
<inputEntry id="UnaryTests_197zxgr">
<text></text>
Expand Down Expand Up @@ -503,8 +504,7 @@
</rule>
<rule id="DecisionRule_0pc18cl">
<inputEntry id="UnaryTests_0flkxo9">
<text>"ListAHearing",
"issueInitialConsiderationDirectionsWA"</text>
<text>"ListAHearing"</text>
</inputEntry>
<inputEntry id="UnaryTests_1li4c4x">
<text></text>
Expand Down Expand Up @@ -533,8 +533,7 @@
</rule>
<rule id="DecisionRule_0aoiqt7">
<inputEntry id="UnaryTests_0q9pq18">
<text>"ListAHearing",
"issueInitialConsiderationDirectionsWA"</text>
<text>"ListAHearing"</text>
</inputEntry>
<inputEntry id="UnaryTests_0oajq8d">
<text></text>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -346,15 +346,8 @@ public static Stream<Arguments> genericScenarioProvider() {
List.of(
taskSupervisor,
allocatedAdminCaseworker,
regionalCentreTeamLeader,
regionalCentreAdmin
)
),
Arguments.of(
"issueInitialConsiderationDirectionsWA",
List.of(
taskSupervisor,
allocatedAdminCaseworker,
hearingCentreTeamLeader,
hearingCentreAdmin,
regionalCentreTeamLeader,
regionalCentreAdmin
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -346,15 +346,8 @@ public static Stream<Arguments> genericScenarioProvider() {
List.of(
taskSupervisor,
allocatedAdminCaseworker,
regionalCentreTeamLeader,
regionalCentreAdmin
)
),
Arguments.of(
"issueInitialConsiderationDirectionsWA",
List.of(
taskSupervisor,
allocatedAdminCaseworker,
hearingCentreTeamLeader,
hearingCentreAdmin,
regionalCentreTeamLeader,
regionalCentreAdmin
)
Expand Down

0 comments on commit e07cdef

Please sign in to comment.