PMCORE-3524 The custom cases needs to considerate the column Category

This commit is contained in:
Roly Rudy Gutierrez Pinto
2021-11-12 16:16:01 -04:00
committed by Paula Quispe
parent eac7f9bb63
commit ce9e93a41f

View File

@@ -390,6 +390,15 @@ class CaseList extends Model
'typeSearch' => 'search text', 'typeSearch' => 'search text',
'enableFilter' => false, 'enableFilter' => false,
'set' => true 'set' => true
], [
'list' => ['inbox', 'draft', 'paused', 'unassigned'],
'field' => 'process_category',
'name' => G::LoadTranslation('ID_PROCESS_CATEGORY'),
'type' => 'string',
'source' => 'APPLICATION',
'typeSearch' => 'search text',
'enableFilter' => false,
'set' => true
], [ ], [
'list' => ['inbox', 'draft', 'paused', 'unassigned'], 'list' => ['inbox', 'draft', 'paused', 'unassigned'],
'field' => 'task', 'field' => 'task',