mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-18 13:10:44 +00:00
Fixed previous fix (was adding wrong queryJoin in exposedJoins loop else block)
This commit is contained in:
@ -250,7 +250,7 @@ public class JoinsContext
|
|||||||
QueryJoin queryJoinToAdd = makeQueryJoinFromJoinAndTableNames(nextTable, tmpTable, joinToAdd);
|
QueryJoin queryJoinToAdd = makeQueryJoinFromJoinAndTableNames(nextTable, tmpTable, joinToAdd);
|
||||||
queryJoinToAdd.setType(queryJoin.getType());
|
queryJoinToAdd.setType(queryJoin.getType());
|
||||||
addedAnyQueryJoins = true;
|
addedAnyQueryJoins = true;
|
||||||
this.addQueryJoin(queryJoin);
|
this.addQueryJoin(queryJoinToAdd);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user