added title field to support ticket, lead and employee
This commit is contained in:
parent
92ce693e6f
commit
a39cae9c2e
@ -672,7 +672,7 @@
|
|||||||
],
|
],
|
||||||
"icon": "icon-user",
|
"icon": "icon-user",
|
||||||
"idx": 1,
|
"idx": 1,
|
||||||
"modified": "2014-05-09 02:16:47.217445",
|
"modified": "2014-05-21 07:49:56.180832",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "HR",
|
"module": "HR",
|
||||||
"name": "Employee",
|
"name": "Employee",
|
||||||
@ -732,5 +732,6 @@
|
|||||||
],
|
],
|
||||||
"search_fields": "employee_name",
|
"search_fields": "employee_name",
|
||||||
"sort_field": "modified",
|
"sort_field": "modified",
|
||||||
"sort_order": "DESC"
|
"sort_order": "DESC",
|
||||||
|
"title_field": "employee_name"
|
||||||
}
|
}
|
@ -362,7 +362,7 @@
|
|||||||
],
|
],
|
||||||
"icon": "icon-user",
|
"icon": "icon-user",
|
||||||
"idx": 1,
|
"idx": 1,
|
||||||
"modified": "2014-05-09 02:16:40.769432",
|
"modified": "2014-05-21 06:25:53.613765",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Selling",
|
"module": "Selling",
|
||||||
"name": "Lead",
|
"name": "Lead",
|
||||||
@ -399,5 +399,6 @@
|
|||||||
],
|
],
|
||||||
"search_fields": "lead_name,lead_owner,status",
|
"search_fields": "lead_name,lead_owner,status",
|
||||||
"sort_field": "modified",
|
"sort_field": "modified",
|
||||||
"sort_order": "DESC"
|
"sort_order": "DESC",
|
||||||
|
"title_field": "lead_name"
|
||||||
}
|
}
|
@ -237,7 +237,7 @@
|
|||||||
],
|
],
|
||||||
"icon": "icon-ticket",
|
"icon": "icon-ticket",
|
||||||
"idx": 1,
|
"idx": 1,
|
||||||
"modified": "2014-05-06 08:20:28.842404",
|
"modified": "2014-05-21 06:15:26.988620",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Support",
|
"module": "Support",
|
||||||
"name": "Support Ticket",
|
"name": "Support Ticket",
|
||||||
@ -286,5 +286,6 @@
|
|||||||
"write": 1
|
"write": 1
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"search_fields": "status,customer,allocated_to,subject,raised_by"
|
"search_fields": "status,customer,allocated_to,subject,raised_by",
|
||||||
|
"title_field": "subject"
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user