From 788e1b606d3a5b7adc2b58a82041fd0727d8bec0 Mon Sep 17 00:00:00 2001
From: "S.Listl" <S.Listl@SLISTL.aditosoftware.local>
Date: Mon, 17 Feb 2020 07:49:58 +0000
Subject: [PATCH] WorkflowTask complete error

(cherry picked from commit b24472aa42dbb1c4eaaa3d0f9c0700ba901a6949)
---
 .../recordcontainers/jdito/contentProcess.js                    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/entity/WorkflowTask_entity/recordcontainers/jdito/contentProcess.js b/entity/WorkflowTask_entity/recordcontainers/jdito/contentProcess.js
index 03a5896739..a39ff9cc43 100644
--- a/entity/WorkflowTask_entity/recordcontainers/jdito/contentProcess.js
+++ b/entity/WorkflowTask_entity/recordcontainers/jdito/contentProcess.js
@@ -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 
-- 
GitLab