Skip to content
Snippets Groups Projects
Commit 5db8fc46 authored by Johannes Goderbauer's avatar Johannes Goderbauer
Browse files

fix merge errors

parent 38cae3f2
No related branches found
No related tags found
No related merge requests found
......@@ -136,4 +136,6 @@
<!-- Derby needs special handling -->
<include relativeToChangelogFile="true" file="alter_activityLink_notDerby.xml" />
<include relativeToChangelogFile="true" file="alter_activityLink_Derby.xml" />
<include relativeToChangelogFile="true" file="AditoBasic/create_ab_loghistory.xml"/>
</databaseChangeLog>
<?xml version="1.0" encoding="UTF-8"?>
<entity xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.3.0" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.0">
<name>LogHistory_entity</name>
<title>LogHistory</title>
<majorModelMode>DISTRIBUTED</majorModelMode>
<iconId>NEON:HISTORY</iconId>
<imageProcess>%aditoprj%/entity/LogHistory_entity/imageProcess.js</imageProcess>
<recordContainer>db</recordContainer>
<entityFields>
<entityProvider>
<name>#PROVIDER</name>
</entityProvider>
<entityField>
<name>DATE_NEW</name>
<title>Änderungsdatum</title>
<contentType>DATE</contentType>
<resolution>SECOND</resolution>
<mandatory v="true" />
<groupable v="true" />
</entityField>
<entityField>
<name>USER_NEW</name>
<title>Benutzer</title>
<mandatory v="true" />
<groupable v="true" />
</entityField>
<entityField>
<name>DESCRIPTION</name>
<title>Beschreibung</title>
<contentType>TEXT</contentType>
<mandatory v="true" />
</entityField>
<entityParameter>
<name>tablenameId_param</name>
<expose v="true" />
<triggerRecalculation v="true" />
<mandatory v="true" />
<description>PARAMETER</description>
</entityParameter>
<entityProvider>
<name>LogHistoryProvider</name>
<fieldType>DEPENDENCY_IN</fieldType>
<recordContainer>db</recordContainer>
<dependencies>
<entityDependency>
<name>23dbfa51-5340-48e3-bd60-e0dcb7d44ad3</name>
<entityName>Person_entity</entityName>
<fieldName>LogHistoryConsumer</fieldName>
<isConsumer v="false" />
</entityDependency>
<entityDependency>
<name>093a40d9-9f20-4c2f-8b43-3eed39b6bede</name>
<entityName>Organisation_entity</entityName>
<fieldName>LogHistoryConsumer</fieldName>
<isConsumer v="false" />
</entityDependency>
</dependencies>
</entityProvider>
<entityParameter>
<name>contactId_param</name>
<expose v="true" />
<triggerRecalculation v="true" />
<mandatory v="true" />
<description>PARAMETER</description>
</entityParameter>
<entityParameter>
<name>tablename_param</name>
<expose v="true" />
<triggerRecalculation v="true" />
<mandatory v="true" />
<description>PARAMETER</description>
</entityParameter>
<entityField>
<name>LOGHISTORYID</name>
<title>ID</title>
<mandatory v="true" />
<searchable v="false" />
</entityField>
<entityField>
<name>ICON</name>
<searchable v="false" />
<valueProcess>%aditoprj%/entity/LogHistory_entity/entityfields/icon/valueProcess.js</valueProcess>
</entityField>
</entityFields>
<recordContainers>
<dbRecordContainer>
<name>db</name>
<title>db</title>
<alias>Data_alias</alias>
<conditionProcess>%aditoprj%/entity/LogHistory_entity/recordcontainers/db/conditionProcess.js</conditionProcess>
<linkInformation>
<linkInformation>
<name>6becd235-2c53-4ddb-916c-e25da8fc59f5</name>
<tableName>AB_LOGHISTORY</tableName>
<primaryKey>AB_LOGHISTORYID</primaryKey>
<isUIDTable v="true" />
<readonly v="false" />
</linkInformation>
</linkInformation>
<recordFieldMappings>
<dbRecordFieldMapping>
<name>DATE_NEW.value</name>
<recordfield>AB_LOGHISTORY.DATE_NEW</recordfield>
</dbRecordFieldMapping>
<dbRecordFieldMapping>
<name>DESCRIPTION.value</name>
<recordfield>AB_LOGHISTORY.DESCRIPTION</recordfield>
</dbRecordFieldMapping>
<dbRecordFieldMapping>
<name>LOGHISTORYID.value</name>
<recordfield>AB_LOGHISTORY.AB_LOGHISTORYID</recordfield>
</dbRecordFieldMapping>
<dbRecordFieldMapping>
<name>USER_NEW.value</name>
<recordfield>AB_LOGHISTORY.USER_NEW</recordfield>
</dbRecordFieldMapping>
</recordFieldMappings>
</dbRecordContainer>
</recordContainers>
</entity>
<?xml version="1.0" encoding="UTF-8"?>
<entity xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.3.1" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.1">
<name>LogHistory_entity</name>
<title>LogHistory</title>
<majorModelMode>DISTRIBUTED</majorModelMode>
<iconId>NEON:HISTORY</iconId>
<imageProcess>%aditoprj%/entity/LogHistory_entity/imageProcess.js</imageProcess>
<recordContainer>db</recordContainer>
<entityFields>
<entityProvider>
<name>#PROVIDER</name>
</entityProvider>
<entityField>
<name>DATE_NEW</name>
<title>Änderungsdatum</title>
<contentType>DATE</contentType>
<resolution>SECOND</resolution>
<mandatory v="true" />
<groupable v="true" />
</entityField>
<entityField>
<name>USER_NEW</name>
<title>Benutzer</title>
<mandatory v="true" />
<groupable v="true" />
</entityField>
<entityField>
<name>DESCRIPTION</name>
<title>Beschreibung</title>
<contentType>TEXT</contentType>
<mandatory v="true" />
</entityField>
<entityParameter>
<name>tablenameId_param</name>
<expose v="true" />
<triggerRecalculation v="true" />
<mandatory v="true" />
<description>PARAMETER</description>
</entityParameter>
<entityProvider>
<name>LogHistoryProvider</name>
<fieldType>DEPENDENCY_IN</fieldType>
<recordContainer>db</recordContainer>
<dependencies>
<entityDependency>
<name>23dbfa51-5340-48e3-bd60-e0dcb7d44ad3</name>
<entityName>Person_entity</entityName>
<fieldName>LogHistoryConsumer</fieldName>
<isConsumer v="false" />
</entityDependency>
<entityDependency>
<name>093a40d9-9f20-4c2f-8b43-3eed39b6bede</name>
<entityName>Organisation_entity</entityName>
<fieldName>LogHistoryConsumer</fieldName>
<isConsumer v="false" />
</entityDependency>
</dependencies>
</entityProvider>
<entityParameter>
<name>contactId_param</name>
<expose v="true" />
<triggerRecalculation v="true" />
<mandatory v="true" />
<description>PARAMETER</description>
</entityParameter>
<entityParameter>
<name>tablename_param</name>
<expose v="true" />
<triggerRecalculation v="true" />
<mandatory v="true" />
<description>PARAMETER</description>
</entityParameter>
<entityField>
<name>LOGHISTORYID</name>
<title>ID</title>
<mandatory v="true" />
<searchable v="false" />
</entityField>
<entityField>
<name>ICON</name>
<searchable v="false" />
<valueProcess>%aditoprj%/entity/LogHistory_entity/entityfields/icon/valueProcess.js</valueProcess>
</entityField>
</entityFields>
<recordContainers>
<dbRecordContainer>
<name>db</name>
<title>db</title>
<alias>Data_alias</alias>
<conditionProcess>%aditoprj%/entity/LogHistory_entity/recordcontainers/db/conditionProcess.js</conditionProcess>
<linkInformation>
<linkInformation>
<name>6becd235-2c53-4ddb-916c-e25da8fc59f5</name>
<tableName>AB_LOGHISTORY</tableName>
<primaryKey>AB_LOGHISTORYID</primaryKey>
<isUIDTable v="true" />
<readonly v="false" />
</linkInformation>
</linkInformation>
<recordFieldMappings>
<dbRecordFieldMapping>
<name>DATE_NEW.value</name>
<recordfield>AB_LOGHISTORY.DATE_NEW</recordfield>
</dbRecordFieldMapping>
<dbRecordFieldMapping>
<name>DESCRIPTION.value</name>
<recordfield>AB_LOGHISTORY.DESCRIPTION</recordfield>
</dbRecordFieldMapping>
<dbRecordFieldMapping>
<name>LOGHISTORYID.value</name>
<recordfield>AB_LOGHISTORY.AB_LOGHISTORYID</recordfield>
</dbRecordFieldMapping>
<dbRecordFieldMapping>
<name>USER_NEW.value</name>
<recordfield>AB_LOGHISTORY.USER_NEW</recordfield>
</dbRecordFieldMapping>
</recordFieldMappings>
</dbRecordContainer>
</recordContainers>
</entity>
<?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.0" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/neonView/1.1.0">
<name>LogHistoryFilter_view</name>
<majorModelMode>DISTRIBUTED</majorModelMode>
<filterable v="true" />
<layout>
<groupLayout>
<name>layout</name>
</groupLayout>
</layout>
<children>
<tableViewTemplate>
<name>LogHistoryTable</name>
<hideActions v="false" />
<entityField>#ENTITY</entityField>
<columns>
<neonTableColumn>
<name>97886728-fbfe-4d32-b5b4-7dce443e1e2c</name>
<entityField>DATE_NEW</entityField>
</neonTableColumn>
<neonTableColumn>
<name>2647a81d-2a50-433a-8dc9-f701a60e10e8</name>
<entityField>USER_NEW</entityField>
</neonTableColumn>
<neonTableColumn>
<name>02a31f8a-2f91-4364-9d2a-898c4b587afa</name>
<entityField>DESCRIPTION</entityField>
</neonTableColumn>
</columns>
</tableViewTemplate>
<timelineViewTemplate>
<name>LogHistoryTimeLine</name>
<dateField>DATE_NEW</dateField>
<titleField>USER_NEW</titleField>
<descriptionField>DESCRIPTION</descriptionField>
<iconIdField>#IMAGE</iconIdField>
<entityField>#ENTITY</entityField>
</timelineViewTemplate>
</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>LogHistoryFilter_view</name>
<majorModelMode>DISTRIBUTED</majorModelMode>
<filterable v="true" />
<layout>
<groupLayout>
<name>layout</name>
</groupLayout>
</layout>
<children>
<tableViewTemplate>
<name>LogHistoryTable</name>
<hideActions v="false" />
<entityField>#ENTITY</entityField>
<columns>
<neonTableColumn>
<name>97886728-fbfe-4d32-b5b4-7dce443e1e2c</name>
<entityField>DATE_NEW</entityField>
</neonTableColumn>
<neonTableColumn>
<name>2647a81d-2a50-433a-8dc9-f701a60e10e8</name>
<entityField>USER_NEW</entityField>
</neonTableColumn>
<neonTableColumn>
<name>02a31f8a-2f91-4364-9d2a-898c4b587afa</name>
<entityField>DESCRIPTION</entityField>
</neonTableColumn>
</columns>
</tableViewTemplate>
<timelineViewTemplate>
<name>LogHistoryTimeLine</name>
<dateField>DATE_NEW</dateField>
<titleField>USER_NEW</titleField>
<descriptionField>DESCRIPTION</descriptionField>
<iconIdField>#IMAGE</iconIdField>
<entityField>#ENTITY</entityField>
</timelineViewTemplate>
</children>
</neonView>
......@@ -48,6 +48,7 @@
<name>5754fc3a-c81c-42ba-90ea-2859b10bb391</name>
<entityField>LogHistoryConsumer</entityField>
<view>LogHistoryFilter_view</view>
</neonViewReference>
<neonViewReference>
<name>cf989bf6-3e49-44fc-ba98-322aae377da3</name>
<entityField>AttributeTree</entityField>
......
<?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="m.kuhn" id="fcb1ff99-52bd-4ebc-8137-ec05b4cacbd7">
<createTable tableName="ASYS_AUDIT">
<column name="ID" type="CHAR(36)">
<constraints primaryKey="true" primaryKeyName="PK_ASYS_AUDIT_ID"/>
</column>
<column name="DATASETID" type="NVARCHAR(1023)"/>
<column name="DATASETNEWVALUE_STRING" type="NVARCHAR(1023)"/>
<column name="SQLACTION" type="CHAR(1)"/>
<column name="LOGWRITERUID" type="NVARCHAR(127)"/>
<column name="DATASETNEWVALUE_BLOB" type="LONGVARBINARY(2147483647)"/>
<column name="DATASETNEWVALUE_CLOB" type="LONGVARBINARY(2147483647)"/>
<column name="AOCOLUMNNAME" type="NVARCHAR(127)"/>
<column name="ALIAS" type="NVARCHAR(255)"/>
<column name="LOGTIME" type="TIMESTAMP"/>
<column name="ATABLENAME" type="NVARCHAR(127)"/>
<column name="ATIMESTAMP" type="TIMESTAMP"/>
<column name="LOGTYPE" type="INTEGER"/>
<column name="AUSER" type="NVARCHAR(255)"/>
</createTable>
</changeSet>
</databaseChangeLog>
\ No newline at end of file
......@@ -14,7 +14,7 @@
<value></value>
</entry>
<entry>
<key>auswrts</key>
<key>auswärts</key>
<value></value>
</entry>
<entry>
......
<?xml version="1.0" encoding="UTF-8"?>
<process xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.2.0" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/process/1.2.0">
<name>Loghistory_lib</name>
<majorModelMode>DISTRIBUTED</majorModelMode>
<process>%aditoprj%/process/Loghistory_lib/process.js</process>
<variants>
<element>LIBRARY</element>
</variants>
</process>
<?xml version="1.0" encoding="UTF-8"?>
<process xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.2.1" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/process/1.2.1">
<name>Loghistory_lib</name>
<majorModelMode>DISTRIBUTED</majorModelMode>
<process>%aditoprj%/process/Loghistory_lib/process.js</process>
<variants>
<element>LIBRARY</element>
<element>EXECUTABLE</element>
</variants>
</process>
<?xml version="1.0" encoding="UTF-8"?>
<process xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.2.0" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/process/1.2.0">
<name>process_audit</name>
<majorModelMode>DISTRIBUTED</majorModelMode>
<process>%aditoprj%/process/process_audit/process.js</process>
</process>
<?xml version="1.0" encoding="UTF-8"?>
<process xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.2.1" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/process/1.2.1">
<name>process_audit</name>
<majorModelMode>DISTRIBUTED</majorModelMode>
<process>%aditoprj%/process/process_audit/process.js</process>
<variants>
<element>LIBRARY</element>
<element>EXECUTABLE</element>
</variants>
</process>
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