Skip to content
Snippets Groups Projects
Commit 625c62d8 authored by Johannes Goderbauer's avatar Johannes Goderbauer
Browse files

minor campaign fixes

parent 9305ef96
No related branches found
No related tags found
No related merge requests found
......@@ -57,7 +57,7 @@
</entityField>
<entityField>
<name>DESCRIPTION</name>
<title></title>
<title>Description</title>
<contentType>LONG_TEXT</contentType>
<titleProcess>%aditoprj%/entity/Campaign_entity/entityfields/description/titleProcess.js</titleProcess>
</entityField>
......
......@@ -3,5 +3,5 @@ import("system.neon");
import("system.vars");
import("Employee_lib");
if (vars.get("$sys.recordstate") == neon.OPERATINGSTATE_NEW)
if (vars.get("$sys.recordstate") == neon.OPERATINGSTATE_NEW && !vars.get("$this.value"))
result.string(EmployeeUtils.getCurrentContactId());
\ No newline at end of file
......@@ -16,6 +16,7 @@
<name>Header</name>
<titleField>NAME</titleField>
<subtitleField>STATE</subtitleField>
<descriptionField>EMPLOYEE_CONTACT_ID</descriptionField>
<favoriteAction1>newActivity</favoriteAction1>
<entityField>#ENTITY</entityField>
<title></title>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment