Skip to content

Commit

Permalink
fix: do not mark custom field as translatable by default
Browse files Browse the repository at this point in the history
This is a special feature that should be enabled explicitly. In DocField, it's already disabled by default.
  • Loading branch information
barredterra committed Mar 7, 2024
1 parent 3c843d8 commit b26dcdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frappe/custom/doctype/custom_field/custom_field.json
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,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",
Expand Down Expand Up @@ -464,7 +464,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",
Expand Down

0 comments on commit b26dcdc

Please sign in to comment.