added title field to support ticket, lead and employee

This commit is contained in:
Rushabh Mehta
2014-05-21 17:34:22 +05:30
parent 92ce693e6f
commit a39cae9c2e
3 changed files with 9 additions and 6 deletions

View File

@@ -237,7 +237,7 @@
],
"icon": "icon-ticket",
"idx": 1,
"modified": "2014-05-06 08:20:28.842404",
"modified": "2014-05-21 06:15:26.988620",
"modified_by": "Administrator",
"module": "Support",
"name": "Support Ticket",
@@ -286,5 +286,6 @@
"write": 1
}
],
"search_fields": "status,customer,allocated_to,subject,raised_by"
"search_fields": "status,customer,allocated_to,subject,raised_by",
"title_field": "subject"
}