mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-19 05:30:43 +00:00
Merge branch 'feature/bulk-edit-from-file' into integration
This commit is contained in:
@ -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))
|
||||
{
|
||||
|
@ -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:
|
||||
|
Reference in New Issue
Block a user