PMCORE-3703

This commit is contained in:
henry jordan
2022-04-19 21:56:07 +00:00
parent e79f5ac1cc
commit 31b067fa42
4 changed files with 22 additions and 8 deletions

View File

@@ -401,7 +401,7 @@ class CaseList extends Model
'set' => true
], [
'list' => ['inbox', 'draft', 'paused', 'unassigned'],
'field' => 'task',
'field' => 'task_title',
'name' => G::LoadTranslation('ID_TASK'),
'type' => 'string',
'source' => 'APPLICATION',