fix: added group by field in view settings
This commit is contained in:
parent
5b0232f744
commit
c2853408c0
@ -22,7 +22,9 @@
|
|||||||
"filters_tab",
|
"filters_tab",
|
||||||
"filters",
|
"filters",
|
||||||
"order_by_tab",
|
"order_by_tab",
|
||||||
"order_by"
|
"order_by",
|
||||||
|
"group_by_tab",
|
||||||
|
"group_by_field"
|
||||||
],
|
],
|
||||||
"fields": [
|
"fields": [
|
||||||
{
|
{
|
||||||
@ -125,11 +127,21 @@
|
|||||||
"fieldtype": "Select",
|
"fieldtype": "Select",
|
||||||
"label": "Type",
|
"label": "Type",
|
||||||
"options": "list\ngroup_by"
|
"options": "list\ngroup_by"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fieldname": "group_by_tab",
|
||||||
|
"fieldtype": "Tab Break",
|
||||||
|
"label": "Group By"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fieldname": "group_by_field",
|
||||||
|
"fieldtype": "Data",
|
||||||
|
"label": "Group By Field"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"index_web_pages_for_search": 1,
|
"index_web_pages_for_search": 1,
|
||||||
"links": [],
|
"links": [],
|
||||||
"modified": "2024-06-01 13:08:23.421438",
|
"modified": "2024-06-01 16:58:34.952945",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "FCRM",
|
"module": "FCRM",
|
||||||
"name": "CRM View Settings",
|
"name": "CRM View Settings",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user