Skip to content

Commit

Permalink
Merge pull request #94 from hmcts/feature_FPET-814_draftorder
Browse files Browse the repository at this point in the history
FPET-814 task name change for approving order
  • Loading branch information
priteshkr authored Jan 5, 2024
2 parents 52db286 + 8579bdc commit 243b954
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1022,7 +1022,7 @@ caseData.allegationsOfHarmYesNo="Yes") then 3000 else 5000</text>
<text>"description"</text>
</outputEntry>
<outputEntry id="LiteralExpression_1pnixna">
<text>"[Review and Approve Solicitor Order](/cases/case-details/${[CASE_REFERENCE]}/trigger/editAndApproveAnOrder/editAndApproveAnOrder1)"</text>
<text>"[Review and Approve Legal rep Order](/cases/case-details/${[CASE_REFERENCE]}/trigger/editAndApproveAnOrder/editAndApproveAnOrder1)"</text>
</outputEntry>
<outputEntry id="LiteralExpression_1z0pkcv">
<text></text>
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/wa-task-initiation-privatelaw-prlapps.dmn
Original file line number Diff line number Diff line change
Expand Up @@ -919,7 +919,7 @@
<text>"reviewSolicitorOrderProvided"</text>
</outputEntry>
<outputEntry id="LiteralExpression_05wsi4k">
<text>"Review and Approve Solicitor Order"</text>
<text>"Review and Approve Legal rep Order"</text>
</outputEntry>
<outputEntry id="LiteralExpression_19zz5f9">
<text></text>
Expand Down Expand Up @@ -2347,4 +2347,4 @@
</dmndi:DMNShape>
</dmndi:DMNDiagram>
</dmndi:DMNDI>
</definitions>
</definitions>
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ static Stream<Arguments> scenarioProvider() {
singletonList(
Map.of(
"taskId", "reviewSolicitorOrderProvided",
"name", "Review and Approve Solicitor Order",
"name", "Review and Approve Legal rep Order",
"processCategories", "reviewSolicitorOrderByJudge"
)
)
Expand Down

0 comments on commit 243b954

Please sign in to comment.