From ac811ce984f2f0f72652716a3397dea50714c555 Mon Sep 17 00:00:00 2001
From: Sascha Schmidt <s.schmidt@adito.de>
Date: Wed, 20 Oct 2021 16:14:22 +0200
Subject: [PATCH] =?UTF-8?q?[Projekt:=20xRM-ContactManagement][TicketNr.:?=
 =?UTF-8?q?=201076355][Email=20aus=20Vorlage=20schreiben=20nicht=20m=C3=B6?=
 =?UTF-8?q?glich]?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 process/Email_lib/process.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/process/Email_lib/process.js b/process/Email_lib/process.js
index 7c4d3ae903..af0261e8c6 100644
--- a/process/Email_lib/process.js
+++ b/process/Email_lib/process.js
@@ -113,7 +113,7 @@ EmailWritingUtils.openNewMail = function (pToContactId, pToEmailAddress, pComing
         params.Recipient_param = pToEmailAddress;
     
     var recipe = neonFilter.createEntityRecordsRecipeBuilder().parameters(params).toString();
-    neon.openContextWithRecipe("Email", "EmailEdit_view", neon.OPERATINGSTATE_VIEW, recipe);
+    neon.openContextWithRecipe("Email", "EmailEdit_view", recipe, neon.OPERATINGSTATE_VIEW);
 }
 
 
-- 
GitLab