mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
* InfoLog: allways show all children when opening an InfoLog containing children in list (not applying filters or search)
This commit is contained in:
parent
ea57df4765
commit
6e54b7088c
@ -324,6 +324,12 @@ class infolog_ui
|
||||
$query['is_parent'] = 'info_anz_subs';
|
||||
$query['action_var'] = 'multi_action'; // as 'action' is already used in infolog
|
||||
}
|
||||
// nextmatch opened an infolog containing children --> do not filter them, always show all children
|
||||
elseif($query['csv_export'] === 'children')
|
||||
{
|
||||
$query['filter'] = $query['search'] = $query['cat_id'] = '';
|
||||
$query['col_filter'] = array('info_id_parent' => $query['col_filter']['info_id_parent']);
|
||||
}
|
||||
$orginal_colfilter = $query['col_filter'];
|
||||
if (isset($parent_id)) $query['col_filter']['info_id_parent'] = (string)$parent_id;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user