File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 ' ,
You can’t perform that action at this time.
0 commit comments