Skip to content
Snippets Groups Projects
Commit 7d98b038 authored by OZGCloud's avatar OZGCloud
Browse files

Merge pull request 'OZG-4428_enterprise_adapter' (#76) from OZG-4428_enterprise_adapter into master

parents ff0ba2f9 74fecb89
Branches
Tags
No related merge requests found
org.mockito.junit.jupiter.MockitoExtension
\ No newline at end of file
junit.jupiter.extensions.autodetection.enabled = true
\ No newline at end of file
{
"control": {
"transactionId": "4e7a6ae7-4d0f-444d-8971-7cfc051c9924",
"zustaendigeStelle": "248240886",
"leikaIds": [
"99108011000000",
"99108011153000"
],
"resultEndpoint": {
"address": "https://idalabs.de/backend/api"
},
"formId": "KFAS_LIVE_KI_10_Haltverbot_befristet",
"name": "Anmeldung zur Einrichtung einer zeitlich befristeten Haltverbotszone gem. § 45 Abs. 1 Straßenverkehrsordnung (StVO)"
},
"formData": [
{
"name": "field_name",
"label": "field_label",
"stringValue": "field_string_value"
},
{
"name": "antragsteller",
"label": "Antragstellende Person",
"formItems": [
{
"name": "lastname",
"label": "Nachname",
"stringValue": "Täst"
}
]
}
]
}
\ No newline at end of file
...@@ -24,7 +24,9 @@ ...@@ -24,7 +24,9 @@
unter der Lizenz sind dem Lizenztext zu entnehmen. unter der Lizenz sind dem Lizenztext zu entnehmen.
--> -->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> <project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
...@@ -50,6 +52,7 @@ ...@@ -50,6 +52,7 @@
<module>semantik-adapter</module> <module>semantik-adapter</module>
<module>formcycle-adapter</module> <module>formcycle-adapter</module>
<module>xta-adapter</module> <module>xta-adapter</module>
<module>enterprise-adapter</module>
</modules> </modules>
<properties> <properties>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment