Skip to content

Commit

Permalink
Merge pull request #192 from hmcts/PRL-6781-list-on-list-without-notice
Browse files Browse the repository at this point in the history
PRL-6781 - Unbind FL401 list on notice & list without notice events from tasks
  • Loading branch information
shashisk97 authored Dec 16, 2024
2 parents d4038f4 + a25a026 commit e0a391f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -737,7 +737,7 @@
</rule>
<rule id="DecisionRule_05kvogz">
<inputEntry id="UnaryTests_0cb5u2c">
<text>"manageOrders","serviceOfApplication","createBundle","adminEditAndApproveAnOrder","returnApplication","sendOrReplyToMessages","adminRemoveLegalRepresentativeC100","adminRemoveLegalRepresentativeFL401","c100ManageFlags","fl401ManageFlags","statementOfService","serviceOfDocuments"</text>
<text>"manageOrders","serviceOfApplication","createBundle","adminEditAndApproveAnOrder","returnApplication","sendOrReplyToMessages","adminRemoveLegalRepresentativeC100","adminRemoveLegalRepresentativeFL401","c100ManageFlags","fl401ManageFlags","statementOfService","serviceOfDocuments","fl401ListOnNotice","listWithoutNotice"</text>
</inputEntry>
<outputEntry id="LiteralExpression_1o5rfjh">
<text></text>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,8 @@ static Stream<Arguments> scenarioProvider() {
Map.of(
"taskType", "directionOnIssueResubmitted",
"completionMode", "Auto"
)
),
Map.of()
)
),
Arguments.of(
Expand All @@ -364,7 +365,8 @@ static Stream<Arguments> scenarioProvider() {
Map.of(
"taskType", "directionOnIssueResubmitted",
"completionMode", "Auto"
)
),
Map.of()
)
),
Arguments.of(
Expand Down

0 comments on commit e0a391f

Please sign in to comment.