mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-18 05:01:07 +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);
|
||||
queryJoinToAdd.setType(queryJoin.getType());
|
||||
addedAnyQueryJoins = true;
|
||||
this.addQueryJoin(queryJoin);
|
||||
this.addQueryJoin(queryJoinToAdd);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user