Skip to content

Commit

Permalink
feat: add dct.omschrijving to voegZaakdocumentToe request with value …
Browse files Browse the repository at this point in the history
…from property
  • Loading branch information
Meric Akgul committed Oct 23, 2024
1 parent 8ce9046 commit 1164f3d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:StUF="http://www.egem.nl/StUF/StUF0301" xmlns:ZKN="http://www.egem.nl/StUF/sector/zkn/0310" xmlns:xmime="http://www.w3.org/2005/05/xmlmime" version="2.0">
<xsl:output method="xml" version="1.0" encoding="UTF-8" indent="yes"/>
<xsl:param name="DocumentIdentificatie"/>
<xsl:param name="DctOmschrijving"/>
<xsl:param name="Base64Inhoud"/>
<xsl:param name="CaseReferenceNumber"/>
<xsl:param name="CaseDescription"/>
Expand All @@ -14,7 +15,7 @@
<ZKN:identificatie><xsl:value-of select="$DocumentIdentificatie"/></ZKN:identificatie>
</xsl:when>
</xsl:choose>
<!-- <ZKN:dct.omschrijving>Brief</ZKN:dct.omschrijving> Test purposes -->
<ZKN:dct.omschrijving><xsl:value-of select="$DctOmschrijving"/></ZKN:dct.omschrijving>
<ZKN:creatiedatum><xsl:value-of select="format-date(ZgwEnkelvoudigInformatieObject/creatiedatum, '[Y0001][M01][D01]')"/></ZKN:creatiedatum>
<xsl:choose>
<xsl:when test="ZgwEnkelvoudigInformatieObject/ontvangstdatum != ''" >
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
storeResultInSessionKey="Object"
>
<Param name="DocumentIdentificatie" sessionKey="DocumentIdentificatie" />
<Param name="DctOmschrijving" value="${openforms2xxllnc.workflows.object.dct.omschrijving}" />
<Param name="Base64Inhoud" sessionKey="Base64Inhoud" />
<Param name="CaseReferenceNumber" sessionKey="CaseReferenceNumber" />
<Param name="CaseDescription" sessionKey="CaseDescription" />
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/DeploymentSpecifics.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ openforms2xxllnc.workflows.stuurgegevens.zender.organisatie=1900
openforms2xxllnc.workflows.stuurgegevens.zender.applicatie=${instance.name}
openforms2xxllnc.workflows.stuurgegevens.ontvanger.organisatie=1900
openforms2xxllnc.workflows.stuurgegevens.ontvanger.applicatie=zs-dms
openforms2xxllnc.workflows.object.dct.omschrijving=Brief

application.security.jwt.allowWeakSecrets=true
soap.bus.org.apache.cxf.stax.maxTextLength=1000000000
Expand Down

0 comments on commit 1164f3d

Please sign in to comment.