54 ->configureAutocomplete(
false),
57 ->configureRequired(),
60 ->configureDefaultValueNow(),
64 UserTable::getEntity(),
65 Join::on(
'this.USER_ID',
'ref.ID')
67 ->configureJoinType(Join::TYPE_INNER),
71 WorkgroupTable::getEntity(),
72 Join::on(
'this.COLLAB_ID',
'ref.ID')
74 ->configureJoinType(Join::TYPE_INNER),
77 UserToGroupTable::getEntity(),
78 Join::on(
'this.COLLAB_ID',
'ref.GROUP_ID')->whereColumn(
'this.USER_ID',
'ref.USER_ID')
80 ->configureJoinType(Join::TYPE_INNER),