Merge branch 'dev' into feature/CE-609-infrastructure-remove-permissions-from-header

This commit is contained in:
2023-08-17 11:46:43 -05:00
39 changed files with 1107 additions and 206 deletions

View File

@ -912,6 +912,8 @@ public class QJavalinImplementation
getInput.setShouldTranslatePossibleValues(true);
getInput.setShouldFetchHeavyFields(true);
getInput.setQueryJoins(processQueryJoinsParam(context));
if("true".equals(context.queryParam("includeAssociations")))
{
getInput.setIncludeAssociations(true);