From 85fdebeffaae7f76154cab96569f171cb19c7190 Mon Sep 17 00:00:00 2001
From: "b.ulrich" <b.ulrich@adito.de>
Date: Tue, 12 May 2020 14:03:08 +0200
Subject: [PATCH] =?UTF-8?q?[Projekt:=20Entwicklung=20-=20Neon][TicketNr.:?=
 =?UTF-8?q?=201055138][KeywordRegistry=20-=20Eintr=C3=A4ge=20fehlen=20f?=
 =?UTF-8?q?=C3=BCr=20Schl=C3=BCsselwortattribute]?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 process/ImporterMappingFunctions_lib/process.js | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/process/ImporterMappingFunctions_lib/process.js b/process/ImporterMappingFunctions_lib/process.js
index a5746a0276..a39b9403c9 100644
--- a/process/ImporterMappingFunctions_lib/process.js
+++ b/process/ImporterMappingFunctions_lib/process.js
@@ -240,16 +240,16 @@ function iKeywordAttribute(pObject) {
     var valueColumn = "";
     
     switch (keywordAttributeType) {
-        case $KeywordRegistry.keywordAttributeType$char():
+        case $AttributeTypes(CHAR):
             valueColumn = this.getColumnCase("char_value");
             break;
-        case $KeywordRegistry.keywordAttributeType$number():
+        case $AttributeTypes(NUMERIC):
             valueColumn = this.getColumnCase("number_value");           
             break;
-        case $KeywordRegistry.keywordAttributeType$bool():
+        case $AttributeTypes(BOOLEAN):
             valueColumn = this.getColumnCase("bool_value");         
             break;
-        case $KeywordRegistry.keywordAttributeType$longChar():
+        case $AttributeTypes(LONGVARCHAR):
             valueColumn = this.getColumnCase("long_char_value");
             break;
         default:
-- 
GitLab