Skip to content
Snippets Groups Projects
Commit ace30e27 authored by Johannes Hörmann's avatar Johannes Hörmann
Browse files

Activity mit Objectrelation

parent ddcf3b32
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ import("Context_lib");
var cond = new SqlCondition();
// TODO: evtl anders umsetzen ohne subselect... & in Lib implementieren
var objectRelationCond = SqlCondition.begin()
.andPrepare("AB_OBJECTRELATION.OBJECT1_TYPE", ContextUtils.getCurrentContextId())
.and("AB_OBJECTRELATION.OBJECT1_ROWID = ACTIVITY.ACTIVITYID")
......
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