Skip to content

Commit 016fabe

Browse files
CRM-16461 fix fatal error from wrong views definition on case_type_id
1 parent 7d777bf commit 016fabe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/views/components/civicrm.case.inc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ function _civicrm_case_data(&$data, $enabled) {
9393
'click sortable' => TRUE,
9494
'pseudo class' => 'CRM_Case_PseudoConstant',
9595
'pseudo method' => 'caseType',
96-
'pseudo args' => array('Label', FALSE),
96+
'pseudo args' => array('Title', FALSE),
9797
),
9898
'argument' => array(
9999
'handler' => 'views_handler_argument',
@@ -102,7 +102,7 @@ function _civicrm_case_data(&$data, $enabled) {
102102
'handler' => 'civicrm_handler_filter_pseudo_constant',
103103
'pseudo class' => 'CRM_Case_PseudoConstant',
104104
'pseudo method' => 'caseType',
105-
'pseudo args' => array('Label', FALSE),
105+
'pseudo args' => array('Title', FALSE),
106106
),
107107
'sort' => array(
108108
'handler' => 'views_handler_sort',

0 commit comments

Comments
 (0)