From a19a623bb004e3ad0270e59ae6e33e5913bca3d8 Mon Sep 17 00:00:00 2001
From: Johannes Goderbauer <j.goderbauer@adito.de>
Date: Tue, 12 May 2020 12:09:08 +0000
Subject: [PATCH] =?UTF-8?q?Revert=20"[Projekt:=20Entwicklung=20-=20Neon][T?=
 =?UTF-8?q?icketNr.:=201055138][KeywordRegistry=20-=20Eintr=C3=A4ge..."?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

This reverts commit 85fdebeffaae7f76154cab96569f171cb19c7190
---
 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 a39b9403c9..a5746a0276 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 $AttributeTypes(CHAR):
+        case $KeywordRegistry.keywordAttributeType$char():
             valueColumn = this.getColumnCase("char_value");
             break;
-        case $AttributeTypes(NUMERIC):
+        case $KeywordRegistry.keywordAttributeType$number():
             valueColumn = this.getColumnCase("number_value");           
             break;
-        case $AttributeTypes(BOOLEAN):
+        case $KeywordRegistry.keywordAttributeType$bool():
             valueColumn = this.getColumnCase("bool_value");         
             break;
-        case $AttributeTypes(LONGVARCHAR):
+        case $KeywordRegistry.keywordAttributeType$longChar():
             valueColumn = this.getColumnCase("long_char_value");
             break;
         default:
-- 
GitLab