fix: added is_default field in crm view settings
This commit is contained in:
parent
c0f6dcd7e0
commit
d057926f7a
@ -9,6 +9,7 @@
|
|||||||
"icon",
|
"icon",
|
||||||
"user",
|
"user",
|
||||||
"is_standard",
|
"is_standard",
|
||||||
|
"is_default",
|
||||||
"column_break_zacm",
|
"column_break_zacm",
|
||||||
"type",
|
"type",
|
||||||
"dt",
|
"dt",
|
||||||
@ -178,11 +179,17 @@
|
|||||||
"fieldname": "is_standard",
|
"fieldname": "is_standard",
|
||||||
"fieldtype": "Check",
|
"fieldtype": "Check",
|
||||||
"label": "Is Standard"
|
"label": "Is Standard"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"default": "0",
|
||||||
|
"fieldname": "is_default",
|
||||||
|
"fieldtype": "Check",
|
||||||
|
"label": "Is Default"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"index_web_pages_for_search": 1,
|
"index_web_pages_for_search": 1,
|
||||||
"links": [],
|
"links": [],
|
||||||
"modified": "2025-02-20 12:41:51.574655",
|
"modified": "2025-02-20 12:52:27.522624",
|
||||||
"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