From a5f200636a45ee8555cf98c5845faf8b78cf09ea Mon Sep 17 00:00:00 2001 From: Hussain Nagaria <34810212+NagariaHussain@users.noreply.github.com> Date: Thu, 21 Aug 2025 18:17:06 +0530 Subject: [PATCH] feat: show title in link field for Project DocType (#49265) --- erpnext/projects/doctype/project/project.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/erpnext/projects/doctype/project/project.json b/erpnext/projects/doctype/project/project.json index 419a4752cba..7094a5a7226 100644 --- a/erpnext/projects/doctype/project/project.json +++ b/erpnext/projects/doctype/project/project.json @@ -462,7 +462,7 @@ "index_web_pages_for_search": 1, "links": [], "max_attachments": 4, - "modified": "2025-07-03 10:54:30.444139", + "modified": "2025-08-21 17:57:58.314809", "modified_by": "Administrator", "module": "Projects", "name": "Project", @@ -512,6 +512,7 @@ "row_format": "Dynamic", "search_fields": "project_name,customer, status, priority, is_active", "show_name_in_global_search": 1, + "show_title_field_in_link": 1, "sort_field": "creation", "sort_order": "DESC", "states": [],