Skip to content
Snippets Groups Projects
Commit 473fd4b3 authored by Johannes Hörmann's avatar Johannes Hörmann
Browse files

Offer fixes

parent b61c0e8b
No related branches found
No related tags found
No related merge requests found
......@@ -193,4 +193,6 @@
<!-- the next generation of data -->
<include relativeToChangelogFile="true" file="newExampleData/changelog.xml" context="example"/>
<include relativeToChangelogFile="true" file="longerProductName_Code.xml"/>
</databaseChangeLog>
<?xml version="1.1" encoding="UTF-8" standalone="no"?>
<databaseChangeLog xmlns="http://www.liquibase.org/xml/ns/dbchangelog" xmlns:ext="http://www.liquibase.org/xml/ns/dbchangelog-ext" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog-ext http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-ext.xsd http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.6.xsd">
<changeSet author="j.hoermann" id="ba54e81e-3be2-408a-bfb2-47f04a774c9f">
<modifyDataType tableName="PRODUCT" columnName="PRODUCTNAME" newDataType="NVARCHAR(100)"/>
<modifyDataType tableName="PRODUCT" columnName="PRODUCTCODE" newDataType="NVARCHAR(100)"/>
</changeSet>
</databaseChangeLog>
\ No newline at end of file
......@@ -1634,7 +1634,7 @@
<dbName></dbName>
<primaryKey v="false" />
<columnType v="12" />
<size v="50" />
<size v="100" />
<scale v="0" />
<notNull v="false" />
<isUnique v="false" />
......@@ -1654,7 +1654,7 @@
<dbName></dbName>
<primaryKey v="false" />
<columnType v="12" />
<size v="50" />
<size v="100" />
<scale v="0" />
<notNull v="true" />
<isUnique v="true" />
......
<?xml version="1.0" encoding="UTF-8"?>
<neonView xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.1.1" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/neonView/1.1.1">
<name>OfferCoverLetter_view</name>
<title>Cover letter</title>
<majorModelMode>DISTRIBUTED</majorModelMode>
<layout>
<noneLayout>
<name>layout</name>
</noneLayout>
</layout>
<children>
<genericViewTemplate>
<name>Details</name>
<showDrawer v="true" />
<drawerCaption>Cover letter</drawerCaption>
<entityField>#ENTITY</entityField>
<title></title>
<fields>
<entityFieldLink>
<name>ab742325-7d03-4dfd-8afb-779dd8da805b</name>
<entityField>INFO</entityField>
</entityFieldLink>
<entityFieldLink>
<name>8bf2a10e-e7e9-4f33-98cf-4ded02bf68a9</name>
<entityField>HEADER</entityField>
</entityFieldLink>
<entityFieldLink>
<name>6441a9fe-8349-4026-8be2-329d88bcc61d</name>
<entityField>FOOTER</entityField>
</entityFieldLink>
</fields>
</genericViewTemplate>
</children>
</neonView>
<?xml version="1.0" encoding="UTF-8"?>
<neonView xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.1.1" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/neonView/1.1.1">
<name>OfferCoverLetter_view</name>
<title>Cover letter</title>
<majorModelMode>DISTRIBUTED</majorModelMode>
<layout>
<noneLayout>
<name>layout</name>
</noneLayout>
</layout>
<children>
<genericViewTemplate>
<name>Info</name>
<showDrawer v="true" />
<drawerCaption>Information</drawerCaption>
<hideLabels v="true" />
<entityField>#ENTITY</entityField>
<title></title>
<fields>
<entityFieldLink>
<name>4d641252-ce04-4be8-ab36-deeeec637fcf</name>
<entityField>INFO</entityField>
</entityFieldLink>
</fields>
</genericViewTemplate>
<genericViewTemplate>
<name>Header</name>
<showDrawer v="true" />
<drawerCaption>Header</drawerCaption>
<hideLabels v="true" />
<entityField>#ENTITY</entityField>
<fields>
<entityFieldLink>
<name>ea40e259-0920-4ba1-8a26-8c84c6ba3b61</name>
<entityField>HEADER</entityField>
</entityFieldLink>
</fields>
</genericViewTemplate>
<genericViewTemplate>
<name>Footer</name>
<showDrawer v="true" />
<drawerCaption>Footer</drawerCaption>
<hideLabels v="true" />
<entityField>#ENTITY</entityField>
<fields>
<entityFieldLink>
<name>aec6d9a1-dfae-4e74-a48a-3303884c121a</name>
<entityField>FOOTER</entityField>
</entityFieldLink>
</fields>
</genericViewTemplate>
</children>
</neonView>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment