Merge branch 'feature/bulk-edit-from-file' into integration

This commit is contained in:
Tim Chamberlain
2025-07-17 19:03:07 -05:00
24 changed files with 1600 additions and 66 deletions

View File

@ -1940,6 +1940,8 @@ public class QJavalinImplementation
input.setSearchTerm(searchTerm);
input.setDefaultQueryFilter(defaultFilter);
input.setOtherValues(otherValues);
input.setPathParamMap(context.pathParamMap());
input.setQueryParamMap(context.queryParamMap());
if(StringUtils.hasContent(ids))
{

View File

@ -1909,6 +1909,13 @@ paths:
name: "person.bulkDelete"
stepFlow: "LINEAR"
tableName: "person"
person.bulkEditWithFile:
hasPermission: true
isHidden: true
label: "Person Bulk Edit With File"
name: "person.bulkEditWithFile"
stepFlow: "LINEAR"
tableName: "person"
tables:
person:
capabilities: