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

RELATION -> CONTACT (several liquibase fixes)

parent 0a4462c3
No related branches found
No related tags found
No related merge requests found
import("system.result");
import("Keyword_lib");
result.string($KeywordRegistry.get.RelationStatus);
\ No newline at end of file
result.string($KeywordRegistry.get.ContactStatus);
\ No newline at end of file
import("system.result");
import("Keyword_lib");
result.string($KeywordRegistry.get.RelationStatus);
\ No newline at end of file
result.string($KeywordRegistry.get.ContactStatus);
\ No newline at end of file
import("system.result");
import("Keyword_lib");
var sql = KeywordUtils.getResolvedTitleSqlPart($KeywordRegistry.get.RelationStatus, "CONTACT.STATUS");
var sql = KeywordUtils.getResolvedTitleSqlPart($KeywordRegistry.get.ContactStatus, "CONTACT.STATUS");
result.string(sql);
<?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">
<include relativeToChangelogFile="true" file="ab_keyword_entry/init_RelationStatus.xml"/>
<include relativeToChangelogFile="true" file="ab_keyword_entry/init_ContactStatus.xml"/>
<include relativeToChangelogFile="true" file="ab_keyword_entry/init_ActivityDirection.xml"/>
<include relativeToChangelogFile="true" file="ab_keyword_entry/init_ContractPayment.xml"/>
<include relativeToChangelogFile="true" file="ab_keyword_entry/init_ContractStatus.xml"/>
......
......@@ -6,7 +6,7 @@
<column name="KEYID" value="BSIC0rel-stat-iact-b56a-71432dd92e27"/>
<column name="TITLE" value="Inactive"/>
<column name="CONTAINER" value="RelationStatus"/>
<column name="CONTAINER" value="ContactStatus"/>
<column name="SORTING" valueNumeric="0"/>
<column name="ISACTIVE" valueNumeric="1"/>
<column name="ISESSENTIAL" valueNumeric="1"/>
......@@ -16,7 +16,7 @@
<column name="KEYID" value="BSIC0rel-stat-actv-ae03-b6b04430e90b"/>
<column name="TITLE" value="Active"/>
<column name="CONTAINER" value="RelationStatus"/>
<column name="CONTAINER" value="ContactStatus"/>
<column name="SORTING" valueNumeric="1"/>
<column name="ISACTIVE" valueNumeric="1"/>
<column name="ISESSENTIAL" valueNumeric="1"/>
......@@ -26,7 +26,7 @@
<column name="KEYID" value="BSIC0rel-stat-0673-840d-d3f6a4d4982b"/>
<column name="TITLE" value="In review"/>
<column name="CONTAINER" value="RelationStatus"/>
<column name="CONTAINER" value="ContactStatus"/>
<column name="SORTING" valueNumeric="2"/>
<column name="ISACTIVE" valueNumeric="1"/>
<column name="ISESSENTIAL" valueNumeric="0"/>
......
......@@ -10,7 +10,7 @@
<include file="data_alias/struct/create_pers.xml"/>
<include file="data_alias/struct/create_org.xml"/>
<include file="data_alias/struct/create_relation.xml"/>
<include file="data_alias/struct/create_contact.xml"/>
<include file="data_alias/struct/create_activity.xml"/>
<include file="data_alias/struct/create_activitylink.xml"/>
<include file="data_alias/struct/create_address.xml"/>
......
......@@ -27,7 +27,7 @@ $KeywordRegistry.get = {
ContractStatus: "ContractStatus",
ContractType: "ContractType",
ActivityDirection: "ActivityDirection",
RelationStatus: "RelationStatus",
ContactStatus: "ContactStatus",
Currency: "Currency",
ProductGroupcode: "ProductGroupcode",
OfferStatus: "OfferStatus",
......
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