mirror of
https://github.com/Kingsrook/qqq-frontend-material-dashboard.git
synced 2025-07-22 15:18:44 +00:00
CE-793 - Replace/rename savedFilter as savedView
This commit is contained in:
@ -0,0 +1,21 @@
|
||||
{
|
||||
"values": {
|
||||
"_qStepTimeoutMillis": "60000",
|
||||
"savedViewList": [
|
||||
{
|
||||
"tableName": "savedView",
|
||||
"values": {
|
||||
"label": "Some People",
|
||||
"id": 2,
|
||||
"createDate": "2023-02-20T18:40:58Z",
|
||||
"modifyDate": "2023-02-20T18:40:58Z",
|
||||
"tableName": "person",
|
||||
"filterJson": "{\"filter\":{\"criteria\":[{\"fieldName\":\"firstName\",\"operator\":\"STARTS_WITH\",\"values\":[\"D\"]}],\"orderBys\":[{\"fieldName\":\"id\",\"isAscending\":false}],\"booleanOperator\":\"AND\"}}",
|
||||
"userId": "darin.kelkhoff@kingsrook.com"
|
||||
}
|
||||
}
|
||||
],
|
||||
"tableName": "person"
|
||||
},
|
||||
"processUUID": "4eaaea82-2d09-4254-90f8-e5b6948ef0b3"
|
||||
}
|
Reference in New Issue
Block a user