mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-14 04:15:10 +00:00
feat: show title in link field for Project DocType (#49265)
(cherry picked from commit a5f200636a)
# Conflicts:
# erpnext/projects/doctype/project/project.json
This commit is contained in:
committed by
ruthra kumar
parent
ba840d22e5
commit
c52f2c75f6
@@ -462,7 +462,7 @@
|
|||||||
"index_web_pages_for_search": 1,
|
"index_web_pages_for_search": 1,
|
||||||
"links": [],
|
"links": [],
|
||||||
"max_attachments": 4,
|
"max_attachments": 4,
|
||||||
"modified": "2025-07-03 10:54:30.444139",
|
"modified": "2025-08-21 17:57:58.314809",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Projects",
|
"module": "Projects",
|
||||||
"name": "Project",
|
"name": "Project",
|
||||||
@@ -512,6 +512,7 @@
|
|||||||
"row_format": "Dynamic",
|
"row_format": "Dynamic",
|
||||||
"search_fields": "project_name,customer, status, priority, is_active",
|
"search_fields": "project_name,customer, status, priority, is_active",
|
||||||
"show_name_in_global_search": 1,
|
"show_name_in_global_search": 1,
|
||||||
|
"show_title_field_in_link": 1,
|
||||||
"sort_field": "modified",
|
"sort_field": "modified",
|
||||||
"sort_order": "DESC",
|
"sort_order": "DESC",
|
||||||
"states": [],
|
"states": [],
|
||||||
|
|||||||
Reference in New Issue
Block a user