From 1597836382a91ed5d1ae718dc8d861c4276eb625 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 ++- .../_____PREFERENCES_PROJECT/_____PREFERENCES_PROJECT.aod | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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 diff --git a/preferences/_____PREFERENCES_PROJECT/_____PREFERENCES_PROJECT.aod b/preferences/_____PREFERENCES_PROJECT/_____PREFERENCES_PROJECT.aod index 744c534f9d..4bbd9ff969 100644 --- a/preferences/_____PREFERENCES_PROJECT/_____PREFERENCES_PROJECT.aod +++ b/preferences/_____PREFERENCES_PROJECT/_____PREFERENCES_PROJECT.aod @@ -2,7 +2,7 @@ <preferences xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="3.1.0" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/preferences/3.1.0"> <name>_____PREFERENCES_PROJECT</name> <majorModelMode>DISTRIBUTED</majorModelMode> - <projectName>xRM-Basic_current</projectName> + <projectName>xRM-Basic2019</projectName> <jditoMaxContentSize v="57671680" /> <calendarCategoriesEvent> <entry> -- GitLab