Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
MLenterman authored Oct 2, 2023
2 parents 9367b50 + b15dcb9 commit 65b4844
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
[![conventional commits](https://img.shields.io/badge/conventional%20commits-1.0.0-yellow.svg)](https://conventionalcommits.org) [![semantic versioning](https://img.shields.io/badge/semantic%20versioning-2.0.0-green.svg)](https://semver.org)

## [1.13.5](https://github.com/wearefrank/zaakbrug/compare/v1.13.4...v1.13.5) (2023-10-02)


### 🐛 Bug Fixes

* errors due to missing roltype field when adding roles ([#162](https://github.com/wearefrank/zaakbrug/issues/162)) ([84e4921](https://github.com/wearefrank/zaakbrug/commit/84e49218032c0558719979b5dee0835f972b4190))

## [1.13.4](https://github.com/ibissource/zaakbrug/compare/v1.13.3...v1.13.4) (2023-09-18)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,11 @@
<Forward name="exception" path="UncaughtException"/>
</SenderPipe>

<ForEachChildElementPipe name="GetRolTypenByUrl"
storeResultInSessionKey="ZgwRolTypen"
<ForEachChildElementPipe
name="GetRolTypenByUrl"
elementXPathExpression="ZgwZaakTypen/ZgwZaakType/roltypen"
getInputFromSessionKey="GetZaakTypeResult">
getInputFromSessionKey="GetZaakTypeResult"
>
<IbisLocalSender javaListener="GetRolTypenByUrl">
<Param name="Url" xpathExpression="/roltypen" />
</IbisLocalSender>
Expand All @@ -82,6 +83,7 @@
<XsltPipe
name="UnwrapOpenZaakApiEnvelopeToList"
styleSheetName="Common/xsl/UnwrapForEachChildPipeEnvelopeToList.xslt"
storeResultInSessionKey="ZgwRolTypen"
>
<Param name="List" value="ZgwRolTypen"/>
<Forward name="success" path="SetRoles"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@

<JsonPipe
name="JsonToXml">
<Forward name="success" path="UnwrapZgwEnkelvoudigInformatieObjectToSingle" />
<Forward name="success" path="UnwrapOpenZaakApiEnvelopeToSingle" />
</JsonPipe>

<XsltPipe
name="UnwrapZgwEnkelvoudigInformatieObjectToSingle"
name="UnwrapOpenZaakApiEnvelopeToSingle"
styleSheetName="Common/xsl/UnwrapOpenZaakApiEnvelopeToSingle.xslt" >
<Param name="Type" value="ZgwEnkelvoudigInformatieObject" />
<Param name="Type" value="ZgwRolType" />
<Forward name="success" path="EXIT" />
<Forward name="error" path="EXCEPTION" />
</XsltPipe>
Expand Down

0 comments on commit 65b4844

Please sign in to comment.