From e258f666692669c06e1a88a8a65213c101429d66 Mon Sep 17 00:00:00 2001
From: "a.schindlbeck" <a.schindlbeck@adito.de>
Date: Thu, 23 May 2019 11:34:59 +0200
Subject: [PATCH] Notifications: fixes + loggings entfernt

---
 entity/Notification_entity/Notification_entity.aod           | 1 +
 entity/Notification_entity/entityfields/icon/colorProcess.js | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/entity/Notification_entity/Notification_entity.aod b/entity/Notification_entity/Notification_entity.aod
index d9a84750737..12255bf666e 100644
--- a/entity/Notification_entity/Notification_entity.aod
+++ b/entity/Notification_entity/Notification_entity.aod
@@ -140,6 +140,7 @@
     <entityField>
       <name>RESOLVEDPRIORITY</name>
       <title>priority</title>
+      <textInputAllowed v="false" />
     </entityField>
   </entityFields>
   <recordContainers>
diff --git a/entity/Notification_entity/entityfields/icon/colorProcess.js b/entity/Notification_entity/entityfields/icon/colorProcess.js
index bbb79f89e51..129bacab499 100644
--- a/entity/Notification_entity/entityfields/icon/colorProcess.js
+++ b/entity/Notification_entity/entityfields/icon/colorProcess.js
@@ -14,7 +14,7 @@ var resolvedPrio = vars.get("$field.RESOLVEDPRIORITY");
 
 if(resolvedPrio != null && resolvedPrio != "")
 {
-    logging.log("resolvedPrio: " + resolvedPrio);
+//    logging.log("resolvedPrio: " + resolvedPrio);
 
     switch(resolvedPrio)
     {
-- 
GitLab