From 68d69b2166429b1990472471e4b8b880ab1be91f Mon Sep 17 00:00:00 2001
From: "a.schindlbeck" <a.schindlbeck@adito.de>
Date: Wed, 17 Apr 2019 11:18:29 +0200
Subject: [PATCH] TestNotification in autostartNeon

---
 process/autostartNeon/process.js | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/process/autostartNeon/process.js b/process/autostartNeon/process.js
index b18c99cf0c4..ce7cee3b577 100644
--- a/process/autostartNeon/process.js
+++ b/process/autostartNeon/process.js
@@ -11,5 +11,6 @@ calendars.setCheckAttendeesOnWrite(false);
 logging.log("autostartneon");
 
 var linkinfo = text.encodeMS(["Person", "1a67eaa7-21da-4a18-97ab-755ac5cb74f7"]);
-notification.addNotification(util.getNewUUID(), linkinfo, null, "Andi höhö", "AndisNotification", notification.PRIO_HIGH, 5, "UNSEEN", ["_____USER_bcdfb521-c7d0-4ef1-8916-78e7d3232046"], "AndiNotiCaption", "AndiNotiDescription");
+var uuid = "9a4a57c9-9da2-496e-9132-7e32684568d6";
+notification.addNotification(uuid, linkinfo, null, "Andi höhö", "AndisNotification", notification.PRIO_HIGH, 5, "UNSEEN", ["_____USER_bcdfb521-c7d0-4ef1-8916-78e7d3232046"], "AndiNotiCaption", "AndiNotiDescription");
 
-- 
GitLab