Skip to content

Commit

Permalink
refactor: add expected value to xmlIfPipe to make it more robust sinc…
Browse files Browse the repository at this point in the history
…e it checks the string value not the boolean value
  • Loading branch information
Meric Akgul committed Jul 29, 2024
1 parent 36758e1 commit 8722733
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
</XmlIfPipe>

<XmlIfPipe name="CheckIfActualiseerZaakStatus"
xpathExpression="$isActualiseerZaakStatusMessage">
xpathExpression="$isActualiseerZaakStatusMessage = 'true'">
<Param name="isActualiseerZaakStatusMessage" sessionKey="isActualiseerZaakStatusMessage" />
<Forward name="then" path="ResolveProfileValuesSender"/>
<Forward name="else" path="SetStatusExists"/>
Expand Down

0 comments on commit 8722733

Please sign in to comment.