From 3341333a3a36dbfc592bcbadc4943fc9a1e9338e Mon Sep 17 00:00:00 2001 From: Shariq Ansari Date: Thu, 16 Nov 2023 11:40:04 +0530 Subject: [PATCH] fix: combined details and settings tab in customize form --- .../customize_form/customize_form.json | 36 +++++++++---------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/frappe/custom/doctype/customize_form/customize_form.json b/frappe/custom/doctype/customize_form/customize_form.json index b872ac73e5..aad7a59b37 100644 --- a/frappe/custom/doctype/customize_form/customize_form.json +++ b/frappe/custom/doctype/customize_form/customize_form.json @@ -7,6 +7,7 @@ "editable_grid": 1, "engine": "InnoDB", "field_order": [ + "details_tab", "doc_type", "properties", "label", @@ -25,17 +26,6 @@ "naming_section", "naming_rule", "autoname", - "document_actions_section", - "actions", - "document_links_section", - "links", - "document_states_section", - "states", - "fields_section_break", - "fields", - "form_tab", - "form_builder", - "settings_tab", "form_settings_section", "image_field", "max_attachments", @@ -60,7 +50,17 @@ "section_break_8", "sort_field", "column_break_10", - "sort_order" + "sort_order", + "document_actions_section", + "actions", + "document_links_section", + "links", + "document_states_section", + "states", + "fields_section_break", + "fields", + "form_tab", + "form_builder" ], "fields": [ { @@ -372,11 +372,6 @@ "fieldtype": "Check", "label": "Is Calendar and Gantt" }, - { - "fieldname": "settings_tab", - "fieldtype": "Tab Break", - "label": "Settings" - }, { "fieldname": "form_builder", "fieldtype": "HTML", @@ -392,6 +387,11 @@ "fieldtype": "JSON", "hidden": 1, "label": "Link Filters" + }, + { + "fieldname": "details_tab", + "fieldtype": "Tab Break", + "label": "Details" } ], "hide_toolbar": 1, @@ -400,7 +400,7 @@ "index_web_pages_for_search": 1, "issingle": 1, "links": [], - "modified": "2023-11-07 19:25:32.656641", + "modified": "2023-11-16 11:23:06.427432", "modified_by": "Administrator", "module": "Custom", "name": "Customize Form",