mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 23:00:56 +01:00
Do not change list time range filter when search changes
This commit is contained in:
parent
405e844446
commit
068ecf4fc8
@ -221,13 +221,11 @@ class calendar_uilist extends calendar_ui
|
||||
$params['order'] = 'cal_start';
|
||||
if ($keywords)
|
||||
{
|
||||
$params['filter'] = 'all';
|
||||
$params['sort'] = 'DESC';
|
||||
unset($params['col_filter']['participant']);
|
||||
}
|
||||
else
|
||||
{
|
||||
$params['filter'] = 'after';
|
||||
$params['sort'] = 'ASC';
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user