Skip to content
Snippets Groups Projects
Commit 2a1cd806 authored by Johannes Goderbauer's avatar Johannes Goderbauer
Browse files

TaskLink: could not creaty new tasks anymore

parent 7ca66950
No related branches found
No related tags found
No related merge requests found
......@@ -165,7 +165,7 @@ _ActivityTaskUtils._addLinkRecords = function(pObjectIdField, pRowIdField, pAddi
break;
case "Task":
presetLinks = presetLinks.concat(db.table(SqlCondition.begin()
.andPrepare("TASKLINK.ACTIVITY_ID", vars.get(pParentIdField))
.andPrepare("TASKLINK.TASK_ID", vars.get(pParentIdField))
.buildSql("select OBJECT_TYPE, OBJECT_ROWID from TASKLINK", "1=2")));
break;
}
......
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