From 841d88584807aa86703199c01af0cdbdc304aed1 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 17:13:55 +0530 Subject: [PATCH] fix: do not mark custom field as translatable by default (#25330) This is a special feature that should be enabled explicitly. In DocField, it's already disabled by default. (cherry picked from commit b26dcdc14f55551370fda6a9f0372aa4c21e4825) Co-authored-by: barredterra <14891507+barredterra@users.noreply.github.com> --- frappe/custom/doctype/custom_field/custom_field.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frappe/custom/doctype/custom_field/custom_field.json b/frappe/custom/doctype/custom_field/custom_field.json index fc802b79850..32c4552f19b 100644 --- a/frappe/custom/doctype/custom_field/custom_field.json +++ b/frappe/custom/doctype/custom_field/custom_field.json @@ -361,7 +361,7 @@ "label": "Ignore XSS Filter" }, { - "default": "1", + "default": "0", "depends_on": "eval:['Data', 'Select', 'Text', 'Small Text', 'Text Editor'].includes(doc.fieldtype)", "fieldname": "translatable", "fieldtype": "Check", @@ -457,7 +457,7 @@ "idx": 1, "index_web_pages_for_search": 1, "links": [], - "modified": "2024-02-21 18:15:19.384933", + "modified": "2024-03-07 17:34:47.167183", "modified_by": "Administrator", "module": "Custom", "name": "Custom Field",