PMCORE-3381 Custom Case List: All Case Title Reference should be changed as Case Thread Title

This commit is contained in:
Roly Gutierrez
2021-09-28 16:46:07 -04:00
parent 5fdcdeed1f
commit 76c6c03181

View File

@@ -375,7 +375,7 @@ class CaseList extends Model
], [
'list' => ['inbox', 'draft', 'paused', 'unassigned'],
'field' => 'case_title',
'name' => G::LoadTranslation('ID_CASE_TITLE'),
'name' => G::LoadTranslation('ID_CASE_THREAD_TITLE'),
'type' => 'string',
'source' => 'APPLICATION',
'typeSearch' => 'search text',