fix: added type field in crm view settings
This commit is contained in:
parent
b0425bb477
commit
89b2ce606b
@ -10,6 +10,7 @@
|
|||||||
"user",
|
"user",
|
||||||
"is_default",
|
"is_default",
|
||||||
"column_break_zacm",
|
"column_break_zacm",
|
||||||
|
"type",
|
||||||
"dt",
|
"dt",
|
||||||
"route_name",
|
"route_name",
|
||||||
"pinned",
|
"pinned",
|
||||||
@ -117,11 +118,18 @@
|
|||||||
"fieldname": "icon",
|
"fieldname": "icon",
|
||||||
"fieldtype": "Data",
|
"fieldtype": "Data",
|
||||||
"label": "Icon"
|
"label": "Icon"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"default": "list",
|
||||||
|
"fieldname": "type",
|
||||||
|
"fieldtype": "Select",
|
||||||
|
"label": "Type",
|
||||||
|
"options": "list\ngroup_by"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"index_web_pages_for_search": 1,
|
"index_web_pages_for_search": 1,
|
||||||
"links": [],
|
"links": [],
|
||||||
"modified": "2024-05-20 17:24:18.662389",
|
"modified": "2024-06-01 13:08:23.421438",
|
||||||
"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