mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-09 16:35:02 +02:00
* Admin - fix group list filter & sort
- Remove created & modified columns since they're not stored for groups - Fix email sort - Fix search returned all results
This commit is contained in:
@ -412,7 +412,8 @@ class Sql
|
||||
Api\Accounts::format_username('account_lid','account_firstname','account_lastname'))), $param['order']);
|
||||
}
|
||||
$order = str_replace(array_keys($order2contact),array_values($order2contact),$param['order']);
|
||||
// allways add 'account_lid', as it is only valid one for groups
|
||||
|
||||
// allways add 'account_lid'
|
||||
if (strpos($order, 'account_lid') === false)
|
||||
{
|
||||
$order .= ($order?',':'').'account_lid';
|
||||
|
Reference in New Issue
Block a user