Skip to content

Commit

Permalink
enabled editAndApproveAnOrder without task for incident fix (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
mohitvijay45 authored Sep 30, 2024
1 parent 721a08d commit b856af2
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"</text>
<text>"manageOrders","serviceOfApplication","createBundle","adminEditAndApproveAnOrder","returnApplication","sendOrReplyToMessages","adminRemoveLegalRepresentativeC100","adminRemoveLegalRepresentativeFL401","c100ManageFlags","fl401ManageFlags","statementOfService","editAndApproveAnOrder"</text>
</inputEntry>
<outputEntry id="LiteralExpression_1o5rfjh">
<text></text>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,8 @@ static Stream<Arguments> scenarioProvider() {
Map.of(
"taskType", "reviewAdminOrderByManager",
"completionMode", "Auto"
)
),
Map.of()
)
),
Arguments.of(
Expand Down

0 comments on commit b856af2

Please sign in to comment.