Skip to content

Commit

Permalink
Merge pull request #154 from hmcts/feature_SNI-6246_confidential
Browse files Browse the repository at this point in the history
SNI-6246 enabled confidential check event from next step dropdown
  • Loading branch information
priteshkr authored Jul 17, 2024
2 parents 06ced75 + 4f34d0e commit 1f4fc10
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -671,7 +671,7 @@
</rule>
<rule id="DecisionRule_05kvogz">
<inputEntry id="UnaryTests_0cb5u2c">
<text>"manageOrders","serviceOfApplication","createBundle","adminEditAndApproveAnOrder","returnApplication","sendOrReplyToMessages","adminRemoveLegalRepresentativeC100","adminRemoveLegalRepresentativeFL401","c100ManageFlags","fl401ManageFlags","statementOfService","issueAndSendToLocalCourtCallback"</text>
<text>"manageOrders","serviceOfApplication","createBundle","adminEditAndApproveAnOrder","returnApplication","sendOrReplyToMessages","adminRemoveLegalRepresentativeC100","adminRemoveLegalRepresentativeFL401","c100ManageFlags","fl401ManageFlags","statementOfService","issueAndSendToLocalCourtCallback","confidentialityCheck"</text>
</inputEntry>
<outputEntry id="LiteralExpression_1o5rfjh">
<text></text>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,8 @@ static Stream<Arguments> scenarioProvider() {
Map.of(
"taskType", "confidentialCheckSOA",
"completionMode", "Auto"
)
),
Map.of()
)
),
Arguments.of(
Expand Down

0 comments on commit 1f4fc10

Please sign in to comment.