Skip to content
Snippets Groups Projects
Commit 792cfd2c authored by DaveD's avatar DaveD
Browse files

dashboard has no bridge

parent 56077728
No related branches found
No related tags found
No related merge requests found
......@@ -1030,7 +1030,7 @@ class Api4SelectQuery {
$joinPath = $joiner->getPath($explicitJoin['table'] ?? $this->getFrom(), $pathArray);
}
catch (\API_Exception $e) {
if ($explicitJoin['bridge']) {
if (!empty($explicitJoin['bridge'])) {
// Try looking up custom field in bridge entity instead
try {
$useBridgeTable = TRUE;
......
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