From 02fd017204bc9380836b3e83dce49f2eee2a2133 Mon Sep 17 00:00:00 2001 From: Ankush Menat Date: Thu, 14 Mar 2024 11:46:52 +0530 Subject: [PATCH] fix: allow transitioning to long text --- frappe/custom/doctype/customize_form/customize_form.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frappe/custom/doctype/customize_form/customize_form.py b/frappe/custom/doctype/customize_form/customize_form.py index bc0156438f..c08a36c5dd 100644 --- a/frappe/custom/doctype/customize_form/customize_form.py +++ b/frappe/custom/doctype/customize_form/customize_form.py @@ -798,7 +798,7 @@ ALLOWED_FIELDTYPE_CHANGE = ( ("Text", "Data"), ("Text", "Text Editor", "Code", "Signature", "HTML Editor"), ("Data", "Select"), - ("Text", "Small Text"), + ("Text", "Small Text", "Long Text"), ("Text", "Data", "Barcode"), ("Code", "Geolocation"), ("Table", "Table MultiSelect"),