PMCORE-3524 The custom cases needs to considerate the column Category
This commit is contained in:
committed by
Paula Quispe
parent
eac7f9bb63
commit
ce9e93a41f
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user