addJoinCollection

This commit is contained in:
fogelito
2026-02-10 12:24:49 +02:00
parent 997aafc646
commit a0797868fd
@@ -107,7 +107,10 @@ class XList extends Action
throw new Exception($this->getParentNotFoundException(), params: [$join->getCollection()]);
}
$join->setCollection('database_' . $database->getSequence() . '_collection_' . $col->getSequence());
$collectionTableId = 'database_' . $database->getSequence() . '_collection_' . $col->getSequence();
$join->setCollection($collectionTableId);
$dbForProject->addJoinCollection($collectionTableId);
}
$cursor = Query::getCursorQueries($queries, false);