),
'grouping' => 'contact-fields',
'order_bys' => array(
+ 'sort_name' => array(
+ 'title' => ts('Last Name, First Name'),
+ 'default' => '1',
+ 'default_weight' => '0',
+ 'default_order' => 'ASC',
+ ),
'first_name' => array(
'name' => 'first_name',
'title' => ts('First Name'),
$this->_groupBy = "ORDER BY " . implode(', ', $this->_groupBy) .
", {$this->_aliases['civicrm_contact']}.sort_name";
}
- else {
- $this->_groupBy = "ORDER BY {$this->_aliases['civicrm_contact']}.sort_name";
- }
$this->_groupBy = "GROUP BY {$this->_aliases['civicrm_participant']}.id " .
$this->_groupBy;
}