Skip to content
Snippets Groups Projects
Commit e258f666 authored by Andreas Schindlbeck's avatar Andreas Schindlbeck
Browse files

Notifications: fixes + loggings entfernt

parent 02eb9b52
No related branches found
No related tags found
No related merge requests found
......@@ -140,6 +140,7 @@
<entityField>
<name>RESOLVEDPRIORITY</name>
<title>priority</title>
<textInputAllowed v="false" />
</entityField>
</entityFields>
<recordContainers>
......
......@@ -14,7 +14,7 @@ var resolvedPrio = vars.get("$field.RESOLVEDPRIORITY");
if(resolvedPrio != null && resolvedPrio != "")
{
logging.log("resolvedPrio: " + resolvedPrio);
// logging.log("resolvedPrio: " + resolvedPrio);
switch(resolvedPrio)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment