From 664417eab999742fcdd339c7847ebda4851ea3e7 Mon Sep 17 00:00:00 2001 From: KerollesFathy Date: Tue, 23 Dec 2025 12:18:06 +0000 Subject: [PATCH] refactor: remove description from options field --- frappe/core/doctype/docfield/docfield.json | 3 +-- .../doctype/customize_form_field/customize_form_field.json | 4 +--- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/frappe/core/doctype/docfield/docfield.json b/frappe/core/doctype/docfield/docfield.json index 551ac6f841..c8df7f3693 100644 --- a/frappe/core/doctype/docfield/docfield.json +++ b/frappe/core/doctype/docfield/docfield.json @@ -232,7 +232,6 @@ "fieldtype": "Column Break" }, { - "description": "For Select, enter list of Options, each on a new line.", "fieldname": "options", "fieldtype": "Small Text", "ignore_xss_filter": 1, @@ -640,7 +639,7 @@ "index_web_pages_for_search": 1, "istable": 1, "links": [], - "modified": "2025-12-21 13:03:03.336720", + "modified": "2025-12-23 14:16:30.951385", "modified_by": "Administrator", "module": "Core", "name": "DocField", diff --git a/frappe/custom/doctype/customize_form_field/customize_form_field.json b/frappe/custom/doctype/customize_form_field/customize_form_field.json index 82c7ac464b..9d42e98d79 100644 --- a/frappe/custom/doctype/customize_form_field/customize_form_field.json +++ b/frappe/custom/doctype/customize_form_field/customize_form_field.json @@ -185,7 +185,6 @@ "label": "Length" }, { - "description": "For Select, enter list of Options, each on a new line.", "fieldname": "options", "fieldtype": "Small Text", "in_list_view": 1, @@ -509,8 +508,7 @@ "index_web_pages_for_search": 1, "istable": 1, "links": [], - "modified": "2025-12-23 23:04:19.800253", - "modified": "2025-12-21 13:05:35.571270", + "modified": "2025-12-23 14:17:10.458916", "modified_by": "Administrator", "module": "Custom", "name": "Customize Form Field",