From d523326d1d70afa8dbcc4ceccf787bd23a913b96 Mon Sep 17 00:00:00 2001
From: Johannes Hoermann <j.hoermann@adito.de>
Date: Thu, 25 Apr 2019 12:08:31 +0200
Subject: [PATCH] add contextname to campaign title, fix project name

---
 entity/Campaign_entity/titleProcess.js | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/entity/Campaign_entity/titleProcess.js b/entity/Campaign_entity/titleProcess.js
index 33f139bb3d..429260276f 100644
--- a/entity/Campaign_entity/titleProcess.js
+++ b/entity/Campaign_entity/titleProcess.js
@@ -1,4 +1,5 @@
+import("Context_lib");
 import("system.result");
 import("system.vars");
 
-result.string(vars.getString("$field.NAME"));
\ No newline at end of file
+result.string(ContextUtils.prefixWithCurrentContextTitle(vars.getString("$field.NAME")));
\ No newline at end of file
-- 
GitLab