From 5f10200a7157e031d2ce3df59cfc5667a86f742b Mon Sep 17 00:00:00 2001 From: DelanoWAF Date: Wed, 16 Oct 2024 16:40:31 +0200 Subject: [PATCH 1/8] feat: return resultaat values --- .../Translate/Common/xsl/AddResultaat.xsl | 18 ++++++ .../Configuration_GetZdsZaakFromZgw.xml | 56 ++++++++++++++++++- .../geefZaakdetails_Lv01/xsl/AddResultaat.xsl | 23 ++++++++ 3 files changed, 96 insertions(+), 1 deletion(-) create mode 100644 src/main/configurations/Translate/Common/xsl/AddResultaat.xsl create mode 100644 src/main/configurations/Translate/geefZaakdetails_Lv01/xsl/AddResultaat.xsl diff --git a/src/main/configurations/Translate/Common/xsl/AddResultaat.xsl b/src/main/configurations/Translate/Common/xsl/AddResultaat.xsl new file mode 100644 index 000000000..19d709d02 --- /dev/null +++ b/src/main/configurations/Translate/Common/xsl/AddResultaat.xsl @@ -0,0 +1,18 @@ + + + + + + + + + + + + + +
+ +
+
+
diff --git a/src/main/configurations/Translate/Configuration_GetZdsZaakFromZgw.xml b/src/main/configurations/Translate/Configuration_GetZdsZaakFromZgw.xml index 5e8cf79b5..d1efb7005 100644 --- a/src/main/configurations/Translate/Configuration_GetZdsZaakFromZgw.xml +++ b/src/main/configurations/Translate/Configuration_GetZdsZaakFromZgw.xml @@ -250,10 +250,64 @@ styleSheetName="Common/xsl/EnrichEntity_ForEachPipeWrapped.xslt" > - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/main/configurations/Translate/geefZaakdetails_Lv01/xsl/AddResultaat.xsl b/src/main/configurations/Translate/geefZaakdetails_Lv01/xsl/AddResultaat.xsl new file mode 100644 index 000000000..1dc51027b --- /dev/null +++ b/src/main/configurations/Translate/geefZaakdetails_Lv01/xsl/AddResultaat.xsl @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file From 3b586f55ca7ad203b031bb4e901a584fa653e74b Mon Sep 17 00:00:00 2001 From: DelanoWAF Date: Wed, 16 Oct 2024 16:41:15 +0200 Subject: [PATCH 2/8] test: update tests --- e2e/SoapUI/zaakbrug-e2e-soapui-project.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/e2e/SoapUI/zaakbrug-e2e-soapui-project.xml b/e2e/SoapUI/zaakbrug-e2e-soapui-project.xml index bac235844..383089d8e 100644 --- a/e2e/SoapUI/zaakbrug-e2e-soapui-project.xml +++ b/e2e/SoapUI/zaakbrug-e2e-soapui-project.xml @@ -8177,6 +8177,9 @@ testRunner.testCase.getTestStepByName("Properties").setPropertyValue('DocumentBa 273846 GWS4all + + Buiten behandeling g + * * * @@ -16846,6 +16849,9 @@ testRunner.testCase.getTestStepByName("Properties").setPropertyValue( 'JwtToken' * Dossiernummer GISVG OV* Reguliere omgevingsvergunning + + Vergunningvrij + * * * @@ -18235,6 +18241,9 @@ testRunner.testCase.getTestStepByName("Properties").setPropertyValue( 'JwtToken' * Dossiernummer GISVG OV* Reguliere omgevingsvergunning + + Vergunningvrij + * * * @@ -29264,6 +29273,9 @@ testRunner.testCase.getTestStepByName("Properties").setPropertyValue('DocumentBa * Belangrijke gebeurtenissen + + Afgehandeld + * * * From 742f13eac97813ae42daea40725c68ac2cfdc881 Mon Sep 17 00:00:00 2001 From: DelanoWAF Date: Tue, 22 Oct 2024 13:25:18 +0200 Subject: [PATCH 3/8] refactor: remove excess echopipe --- .../Translate/Configuration_GetZdsZaakFromZgw.xml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/main/configurations/Translate/Configuration_GetZdsZaakFromZgw.xml b/src/main/configurations/Translate/Configuration_GetZdsZaakFromZgw.xml index d1efb7005..2ca102810 100644 --- a/src/main/configurations/Translate/Configuration_GetZdsZaakFromZgw.xml +++ b/src/main/configurations/Translate/Configuration_GetZdsZaakFromZgw.xml @@ -256,13 +256,8 @@ - + - - - - - From eaaea22c3f9befcad6085b7e0fcd5b387124c3be Mon Sep 17 00:00:00 2001 From: DelanoWAF Date: Wed, 30 Oct 2024 15:45:13 +0100 Subject: [PATCH 4/8] test: update tests --- ...nfiguration_Zaken_GetZgwResultaatByUrl.xml | 62 +++++++++++++++++ ...uration_Zaken_GetZgwResultaatTypeByUrl.xml | 67 +++++++++++++++++++ 2 files changed, 129 insertions(+) create mode 100644 src/main/configurations/Translate/Configuration_Zaken_GetZgwResultaatByUrl.xml create mode 100644 src/main/configurations/Translate/Configuration_Zaken_GetZgwResultaatTypeByUrl.xml diff --git a/src/main/configurations/Translate/Configuration_Zaken_GetZgwResultaatByUrl.xml b/src/main/configurations/Translate/Configuration_Zaken_GetZgwResultaatByUrl.xml new file mode 100644 index 000000000..ff085a4a7 --- /dev/null +++ b/src/main/configurations/Translate/Configuration_Zaken_GetZgwResultaatByUrl.xml @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/main/configurations/Translate/Configuration_Zaken_GetZgwResultaatTypeByUrl.xml b/src/main/configurations/Translate/Configuration_Zaken_GetZgwResultaatTypeByUrl.xml new file mode 100644 index 000000000..5b94bdb72 --- /dev/null +++ b/src/main/configurations/Translate/Configuration_Zaken_GetZgwResultaatTypeByUrl.xml @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file From 2e96321dc1c646db47960cdf64556d54fce2b8f5 Mon Sep 17 00:00:00 2001 From: DelanoWAF Date: Wed, 30 Oct 2024 15:45:59 +0100 Subject: [PATCH 5/8] refactor: move resultaat xslt to existing file --- .../Translate/Common/xsl/AddResultaat.xsl | 18 ------------------ .../Common/xsl/GetZdsZaakFromZgwZaak.xslt | 12 +++++++++++- 2 files changed, 11 insertions(+), 19 deletions(-) delete mode 100644 src/main/configurations/Translate/Common/xsl/AddResultaat.xsl diff --git a/src/main/configurations/Translate/Common/xsl/AddResultaat.xsl b/src/main/configurations/Translate/Common/xsl/AddResultaat.xsl deleted file mode 100644 index 19d709d02..000000000 --- a/src/main/configurations/Translate/Common/xsl/AddResultaat.xsl +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - -
- -
-
-
diff --git a/src/main/configurations/Translate/Common/xsl/GetZdsZaakFromZgwZaak.xslt b/src/main/configurations/Translate/Common/xsl/GetZdsZaakFromZgwZaak.xslt index b695eafd7..72e7430a0 100644 --- a/src/main/configurations/Translate/Common/xsl/GetZdsZaakFromZgwZaak.xslt +++ b/src/main/configurations/Translate/Common/xsl/GetZdsZaakFromZgwZaak.xslt @@ -1,6 +1,8 @@ + + @@ -41,7 +43,15 @@ - + + + + + + + + + From 38f8d87affecc009d72767d16da1a91bf5251cc6 Mon Sep 17 00:00:00 2001 From: DelanoWAF Date: Wed, 30 Oct 2024 15:46:38 +0100 Subject: [PATCH 6/8] refactor: split into multiple configs --- src/main/configurations/Translate/Configuration.xml | 4 ++++ .../configurations/Translate/DeploymentSpecifics.properties | 2 ++ 2 files changed, 6 insertions(+) diff --git a/src/main/configurations/Translate/Configuration.xml b/src/main/configurations/Translate/Configuration.xml index b8306e29c..dbeb23cf1 100644 --- a/src/main/configurations/Translate/Configuration.xml +++ b/src/main/configurations/Translate/Configuration.xml @@ -47,6 +47,8 @@ + + @@ -127,6 +129,8 @@ &GetZgwZaakByUrl; &GetZgwZaakInformatieObjectByEnkelvoudigInformatieObjectUrl; &GetZgwZaakTypeByIdentificatie; + &GetZgwResultaatByUrl; + &GetZgwResultaatTypeByUrl; &HandleZgwZaakInformatieObjecten; &ImportFromLocalFS; &ApplyTranslationProfileValueOverrides; diff --git a/src/main/configurations/Translate/DeploymentSpecifics.properties b/src/main/configurations/Translate/DeploymentSpecifics.properties index b8c050712..3f3d81357 100644 --- a/src/main/configurations/Translate/DeploymentSpecifics.properties +++ b/src/main/configurations/Translate/DeploymentSpecifics.properties @@ -50,6 +50,8 @@ GetZgwInformatieObjectUnlock.Active=true GetZgwRolesByZaakUrl.Active=true Zaken_GetZgwRolTypeByUrl.Active=true Zaken_GetZgwRolTypeByZaakType.Active=true +Zaken_GetZgwResultaatByUrl.Active=true +Zaken_GetZgwResultaatTypeByUrl.Active=true GetZgwStatusTypeByUrl.Active=true GetZgwZaak.Active=true GetZgwZaakByUrl.Active=true From cf108f30e30b1fb087483fb83397192669424655 Mon Sep 17 00:00:00 2001 From: DelanoWAF Date: Wed, 30 Oct 2024 15:47:16 +0100 Subject: [PATCH 7/8] refactor: relocate pipes --- .../Configuration_GetZdsZaakFromZgw.xml | 76 ++++++------------- 1 file changed, 23 insertions(+), 53 deletions(-) diff --git a/src/main/configurations/Translate/Configuration_GetZdsZaakFromZgw.xml b/src/main/configurations/Translate/Configuration_GetZdsZaakFromZgw.xml index 5b81bda8c..ad57ba2ec 100644 --- a/src/main/configurations/Translate/Configuration_GetZdsZaakFromZgw.xml +++ b/src/main/configurations/Translate/Configuration_GetZdsZaakFromZgw.xml @@ -26,15 +26,35 @@ - +
- + + + + + + + + + + + + + + + + + + + @@ -250,58 +270,8 @@ styleSheetName="Common/xsl/EnrichEntity_ForEachPipeWrapped.xslt" > - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + From d6715237d72d5399c4eaef15a48f9399f077ae17 Mon Sep 17 00:00:00 2001 From: DelanoWAF Date: Mon, 2 Dec 2024 13:49:36 +0100 Subject: [PATCH 8/8] test: update tests --- e2e/SoapUI/zaakbrug-e2e-soapui-project.xml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/e2e/SoapUI/zaakbrug-e2e-soapui-project.xml b/e2e/SoapUI/zaakbrug-e2e-soapui-project.xml index 383089d8e..652ea9d9b 100644 --- a/e2e/SoapUI/zaakbrug-e2e-soapui-project.xml +++ b/e2e/SoapUI/zaakbrug-e2e-soapui-project.xml @@ -8179,6 +8179,7 @@ testRunner.testCase.getTestStepByName("Properties").setPropertyValue('DocumentBa Buiten behandeling g + Buiten behandeling g * * @@ -16850,7 +16851,8 @@ testRunner.testCase.getTestStepByName("Properties").setPropertyValue( 'JwtToken' Dossiernummer GISVG OV* Reguliere omgevingsvergunning - Vergunningvrij + Vergunningvrij + Vergunningvrij * * @@ -18242,7 +18244,8 @@ testRunner.testCase.getTestStepByName("Properties").setPropertyValue( 'JwtToken' Dossiernummer GISVG OV* Reguliere omgevingsvergunning - Vergunningvrij + Vergunningvrij + Vergunningvrij * * @@ -29274,7 +29277,8 @@ testRunner.testCase.getTestStepByName("Properties").setPropertyValue('DocumentBa * Belangrijke gebeurtenissen - Afgehandeld + Afgehandeld + Afgehandeld * *