From de44a44063131bb7e821da7f4711f91a4ab16f3d Mon Sep 17 00:00:00 2001
From: Johannes Hoermann <j.hoermann@adito.de>
Date: Tue, 23 Jul 2019 11:45:15 +0200
Subject: [PATCH] Fix support ticket

---
 entity/SupportTicket_entity/contentTitleProcess.js              | 2 +-
 .../documents/children/assignmentname_param/valueProcess.js     | 0
 2 files changed, 1 insertion(+), 1 deletion(-)
 create mode 100644 entity/Task_entity/entityfields/documents/children/assignmentname_param/valueProcess.js

diff --git a/entity/SupportTicket_entity/contentTitleProcess.js b/entity/SupportTicket_entity/contentTitleProcess.js
index 42200983cd9..d46871e0448 100644
--- a/entity/SupportTicket_entity/contentTitleProcess.js
+++ b/entity/SupportTicket_entity/contentTitleProcess.js
@@ -1,4 +1,4 @@
 import("system.vars");
 import("system.result");
 
-result.string(vars.get("$field.TYPE.displayValue"))
\ No newline at end of file
+result.string(vars.get("$field.TICKETTYPE.displayValue"))
\ No newline at end of file
diff --git a/entity/Task_entity/entityfields/documents/children/assignmentname_param/valueProcess.js b/entity/Task_entity/entityfields/documents/children/assignmentname_param/valueProcess.js
new file mode 100644
index 00000000000..e69de29bb2d
-- 
GitLab