fix: increase label field length to 255 chars (#34394)

* fix: increase label field length to 255 chars

Some doc field labels were getting truncated when exceeding 140 characters.

This caused issues during customization of complex forms where descriptive labels were required.

* fix: increase label field length to 255 chars

Some customize form field labels were getting truncated when exceeding 140 characters.

This caused issues during customization of complex forms where descriptive labels were required.
This commit is contained in:
Sanket Shah 2025-10-28 17:06:24 +05:30 committed by GitHub
parent 6dfcc2bf4c
commit 3914891ebe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 3 deletions

View file

@ -93,6 +93,7 @@
"fieldtype": "Data",
"in_list_view": 1,
"label": "Label",
"length": 255,
"oldfieldname": "label",
"oldfieldtype": "Data",
"print_width": "163",
@ -622,7 +623,7 @@
"index_web_pages_for_search": 1,
"istable": 1,
"links": [],
"modified": "2025-09-17 13:20:57.852396",
"modified": "2025-10-14 14:22:21.517289",
"modified_by": "Administrator",
"module": "Core",
"name": "DocField",

View file

@ -78,6 +78,7 @@
"fieldtype": "Data",
"in_list_view": 1,
"label": "Label",
"length": 255,
"oldfieldname": "label",
"oldfieldtype": "Data",
"search_index": 1
@ -486,18 +487,20 @@
"label": "Placeholder"
}
],
"grid_page_length": 50,
"idx": 1,
"index_web_pages_for_search": 1,
"istable": 1,
"links": [],
"modified": "2024-09-28 20:24:03.278884",
"modified": "2025-10-14 13:56:58.033573",
"modified_by": "Administrator",
"module": "Custom",
"name": "Customize Form Field",
"naming_rule": "Random",
"owner": "Administrator",
"permissions": [],
"row_format": "Dynamic",
"sort_field": "creation",
"sort_order": "DESC",
"states": []
}
}