From 04dcf88e2763e5a87bb7b91c6a4bd73a42b9a54f Mon Sep 17 00:00:00 2001
From: "d.buechler" <d.buechler@adito.de>
Date: Tue, 2 Apr 2019 14:39:27 +0200
Subject: [PATCH] =?UTF-8?q?Fehler,=20dass=20nach=20dem=20Speichern=20beim?=
 =?UTF-8?q?=20CampaignStep=20der=20neue=20Datensatz=20nicht=20ge=C3=B6ffne?=
 =?UTF-8?q?t=20werden=20konnte,=20wurde=20behoben.?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 entity/CampaignStep_entity/CampaignStep_entity.aod            | 4 ++--
 .../recordcontainers/db/conditionProcess.js                   | 2 --
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/entity/CampaignStep_entity/CampaignStep_entity.aod b/entity/CampaignStep_entity/CampaignStep_entity.aod
index 548d9f2b7c..e9e1f0e5d5 100644
--- a/entity/CampaignStep_entity/CampaignStep_entity.aod
+++ b/entity/CampaignStep_entity/CampaignStep_entity.aod
@@ -171,10 +171,10 @@
       <orderClauseProcess>%aditoprj%/entity/CampaignStep_entity/recordcontainers/db/orderClauseProcess.js</orderClauseProcess>
       <linkInformation>
         <linkInformation>
-          <name>0199eaa2-5fc5-4f91-a1ec-a9bc77117f69</name>
+          <name>b1b09ce7-82a2-41fd-9b20-1fd5235f8f30</name>
           <tableName>CAMPAIGNSTEP</tableName>
           <primaryKey>CAMPAIGNSTEPID</primaryKey>
-          <isUIDTable v="false" />
+          <isUIDTable v="true" />
           <readonly v="false" />
         </linkInformation>
       </linkInformation>
diff --git a/entity/CampaignStep_entity/recordcontainers/db/conditionProcess.js b/entity/CampaignStep_entity/recordcontainers/db/conditionProcess.js
index 4054137995..b64ace9707 100644
--- a/entity/CampaignStep_entity/recordcontainers/db/conditionProcess.js
+++ b/entity/CampaignStep_entity/recordcontainers/db/conditionProcess.js
@@ -7,5 +7,3 @@ if(vars.exists("$param.campaignId_param") && vars.get("$param.campaignId_param")
     logging.log("CampaignStepDBRC_conditionProcess: campaignId_param -> " + vars.get("$param.campaignId_param"));    
     result.string("CAMPAIGN_ID = '" + vars.getString("$param.campaignId_param") + "'");
 }
-else
-    result.string("1 = 2");
\ No newline at end of file
-- 
GitLab