Skip to content

Commit

Permalink
Master fix - Donot reconfigure these fields as it will overwrite the …
Browse files Browse the repository at this point in the history
…task name with new order name
  • Loading branch information
sathishkannan-hmcts committed Mar 19, 2024
1 parent 8c30f8c commit b5acc14
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@ caseData.allegationsOfHarmYesNo="Yes") then 3000 else 5000</text>
<text>if(caseData.orderNameForJudgeApproved !=null) then (taskAttributes.name + " - " + caseData.orderNameForJudgeApproved) else if (caseData.orderNameForJudgeCreatedOrder != null ) then (taskAttributes.name + " - " + caseData.orderNameForJudgeCreatedOrder) else taskAttributes.name</text>
</outputEntry>
<outputEntry id="LiteralExpression_0ba9wt9">
<text></text>
<text>"false"</text>
</outputEntry>
</rule>
<rule id="DecisionRule_0t67k3y">
Expand All @@ -610,7 +610,7 @@ caseData.allegationsOfHarmYesNo="Yes") then 3000 else 5000</text>
<text>if(caseData.orderNameForSolicitorCreatedOrder !=null) then (taskAttributes.name + " - " + caseData.orderNameForSolicitorCreatedOrder) else taskAttributes.name</text>
</outputEntry>
<outputEntry id="LiteralExpression_1xkvvns">
<text></text>
<text>"false"</text>
</outputEntry>
</rule>
<rule id="DecisionRule_01pqt6a">
Expand All @@ -627,7 +627,7 @@ caseData.allegationsOfHarmYesNo="Yes") then 3000 else 5000</text>
<text>if(caseData.orderNameForAdminCreatedOrder !=null) then (taskAttributes.name + " - " + caseData.orderNameForAdminCreatedOrder) else if (caseData.orderNameForJudgeCreatedOrder != null ) then taskAttributes.name + " - " + caseData.orderNameForJudgeCreatedOrder else taskAttributes.name</text>
</outputEntry>
<outputEntry id="LiteralExpression_0iicns5">
<text></text>
<text>"false"</text>
</outputEntry>
</rule>
<rule id="DecisionRule_0ikmf14">
Expand Down

0 comments on commit b5acc14

Please sign in to comment.