perf: index status and report names
Two commonly used fields to filter by
This commit is contained in:
parent
2e8ea02028
commit
e342f7bd9c
1 changed files with 5 additions and 3 deletions
|
|
@ -25,7 +25,8 @@
|
|||
"fieldtype": "Data",
|
||||
"label": "Report Name",
|
||||
"read_only": 1,
|
||||
"reqd": 1
|
||||
"reqd": 1,
|
||||
"search_index": 1
|
||||
},
|
||||
{
|
||||
"default": "Queued",
|
||||
|
|
@ -36,7 +37,8 @@
|
|||
"in_standard_filter": 1,
|
||||
"label": "Status",
|
||||
"options": "Error\nQueued\nCompleted\nStarted",
|
||||
"read_only": 1
|
||||
"read_only": 1,
|
||||
"search_index": 1
|
||||
},
|
||||
{
|
||||
"fieldname": "column_break_4",
|
||||
|
|
@ -104,7 +106,7 @@
|
|||
],
|
||||
"in_create": 1,
|
||||
"links": [],
|
||||
"modified": "2023-07-01 17:18:40.183106",
|
||||
"modified": "2023-07-01 18:29:12.700239",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Core",
|
||||
"name": "Prepared Report",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue