fix: added kanban fields in view settings

This commit is contained in:
Shariq Ansari 2024-06-21 15:32:49 +05:30
parent 6d03ddca9c
commit c776951a63

View File

@ -15,14 +15,18 @@
"route_name", "route_name",
"pinned", "pinned",
"public", "public",
"columns_tab",
"load_default_columns",
"columns",
"rows",
"filters_tab", "filters_tab",
"filters", "filters",
"order_by_tab", "order_by_tab",
"order_by", "order_by",
"list_kanban_tab",
"list_section",
"load_default_columns",
"kanban_section",
"column_field",
"section_break_ndtv",
"columns",
"rows",
"group_by_tab", "group_by_tab",
"group_by_field" "group_by_field"
], ],
@ -48,11 +52,6 @@
"fieldtype": "Code", "fieldtype": "Code",
"label": "Filters" "label": "Filters"
}, },
{
"fieldname": "columns_tab",
"fieldtype": "Tab Break",
"label": "Columns"
},
{ {
"fieldname": "filters_tab", "fieldname": "filters_tab",
"fieldtype": "Tab Break", "fieldtype": "Tab Break",
@ -126,7 +125,7 @@
"fieldname": "type", "fieldname": "type",
"fieldtype": "Select", "fieldtype": "Select",
"label": "Type", "label": "Type",
"options": "list\ngroup_by" "options": "list\ngroup_by\nkanban"
}, },
{ {
"fieldname": "group_by_tab", "fieldname": "group_by_tab",
@ -137,11 +136,35 @@
"fieldname": "group_by_field", "fieldname": "group_by_field",
"fieldtype": "Data", "fieldtype": "Data",
"label": "Group By Field" "label": "Group By Field"
},
{
"fieldname": "list_kanban_tab",
"fieldtype": "Tab Break",
"label": "List/Kanban"
},
{
"fieldname": "list_section",
"fieldtype": "Section Break",
"label": "List"
},
{
"fieldname": "kanban_section",
"fieldtype": "Section Break",
"label": "Kanban"
},
{
"fieldname": "column_field",
"fieldtype": "Data",
"label": "Column Field"
},
{
"fieldname": "section_break_ndtv",
"fieldtype": "Section Break"
} }
], ],
"index_web_pages_for_search": 1, "index_web_pages_for_search": 1,
"links": [], "links": [],
"modified": "2024-06-01 16:58:34.952945", "modified": "2024-06-21 14:12:41.246707",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "FCRM", "module": "FCRM",
"name": "CRM View Settings", "name": "CRM View Settings",