diff --git a/entity/Notification_entity/Notification_entity.aod b/entity/Notification_entity/Notification_entity.aod index d9a84750737d30314f3b7e93313d8ddb7d0fb6c1..12255bf666e4a43de9bc942a1fc35239f8f77aa4 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 bbb79f89e51f8b411eb7ebcefd1be2f908d4c7db..129bacab499ca6dc5ed540a1ec8805593b9fb492 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) {