From 70427784b6f04c9a75e6cfad4ae9c3f491eee0bc Mon Sep 17 00:00:00 2001 From: "a.schindlbeck" <a.schindlbeck@aditosoftware.local> Date: Fri, 30 Nov 2018 14:43:43 +0100 Subject: [PATCH] Appointment Categories Fix --- .../entityfields/categories/valueProcess.js | 8 -------- 1 file changed, 8 deletions(-) diff --git a/entity/Appointment_entity/entityfields/categories/valueProcess.js b/entity/Appointment_entity/entityfields/categories/valueProcess.js index 064e4914d6..e69de29bb2 100644 --- a/entity/Appointment_entity/entityfields/categories/valueProcess.js +++ b/entity/Appointment_entity/entityfields/categories/valueProcess.js @@ -1,8 +0,0 @@ -import("system.logging"); -import("system.result"); -import("system.vars"); -import("system.calendars"); - -var categs = JSON.parse(vars.getString("$param.entry"))[calendars.CATEGORIES]; -logging.log("categs -> "+ categs); -result.string(categs); \ No newline at end of file -- GitLab