Skip to content
Snippets Groups Projects
Commit 788e1b60 authored by S.Listl's avatar S.Listl Committed by Sebastian Listl
Browse files

WorkflowTask complete error

(cherry picked from commit b24472aa)
parent 610fd359
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,7 @@ result.object((function ()
{
//This can happen if the task is done, then it can't be loaded. If that's the case, return a dummy row
var taskTitle = vars.exists("$param.TaskTitle_param") && vars.get("$param.TaskTitle_param") || "";
return [[taskId, translate.text("Task done"), taskTitle, "", vars.get("$sys.date"), "", "", "", "", "", "", "", "", "", "", "", "", "", "", ""]];
return [[taskId, translate.text("Task done"), taskTitle, "", vars.get("$sys.date"), "", "", "", "", "", "", "", "", "", "", "", "", "", ""]];
}
}
else
......
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