PMCORE-3446-A Custo Case List Labels should be displayed as the labels defined in the Report Table Build 3.7.0-5474
This commit is contained in:
@@ -467,7 +467,7 @@ class CaseList extends Model
|
||||
}
|
||||
$default[] = [
|
||||
'field' => $column['fld_name'],
|
||||
'name' => $column['fld_name'],
|
||||
'name' => $column['fld_description'],
|
||||
'type' => $column['fld_type'],
|
||||
'source' => $result['rep_tab_name'],
|
||||
'typeSearch' => 'search text',
|
||||
@@ -527,7 +527,7 @@ class CaseList extends Model
|
||||
}
|
||||
$fields[] = [
|
||||
'field' => $column['fld_name'],
|
||||
'name' => $column['fld_name'],
|
||||
'name' => $column['fld_description'],
|
||||
'type' => $column['fld_type'],
|
||||
'source' => $result['rep_tab_name'],
|
||||
'typeSearch' => 'search text',
|
||||
|
||||
Reference in New Issue
Block a user