mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-18 05:01:07 +00:00
process query joins in Get
This commit is contained in:
@ -871,6 +871,8 @@ public class QJavalinImplementation
|
|||||||
getInput.setShouldTranslatePossibleValues(true);
|
getInput.setShouldTranslatePossibleValues(true);
|
||||||
getInput.setShouldFetchHeavyFields(true);
|
getInput.setShouldFetchHeavyFields(true);
|
||||||
|
|
||||||
|
getInput.setQueryJoins(processQueryJoinsParam(context));
|
||||||
|
|
||||||
if("true".equals(context.queryParam("includeAssociations")))
|
if("true".equals(context.queryParam("includeAssociations")))
|
||||||
{
|
{
|
||||||
getInput.setIncludeAssociations(true);
|
getInput.setIncludeAssociations(true);
|
||||||
|
Reference in New Issue
Block a user