Switch to store all script contents in scriptRevisionFile sub-table; make test interface for all scripts work the same

This commit is contained in:
2023-06-26 20:18:57 -05:00
parent 6bc543fff7
commit b53d1823df
11 changed files with 456 additions and 137 deletions

View File

@ -855,6 +855,11 @@ public class QJavalinImplementation
getInput.setShouldTranslatePossibleValues(true);
getInput.setShouldFetchHeavyFields(true);
if("true".equals(context.queryParam("includeAssociations")))
{
getInput.setIncludeAssociations(true);
}
PermissionsHelper.checkTablePermissionThrowing(getInput, TablePermissionSubType.READ);
// todo - validate that the primary key is of the proper type (e.g,. not a string for an id field)