mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
Persist linked entries filter until it's cleared, fixes link filter lost after submit (context menu -> change)
This commit is contained in:
parent
dec43dd938
commit
85d531e797
@ -343,7 +343,6 @@ class infolog_ui
|
|||||||
{
|
{
|
||||||
$link_filters['linked'] = $query['col_filter']['linked'];
|
$link_filters['linked'] = $query['col_filter']['linked'];
|
||||||
$links['linked'] = array();
|
$links['linked'] = array();
|
||||||
unset($query['col_filter']['linked']);
|
|
||||||
}
|
}
|
||||||
if($query['action'] && in_array($query['action'], array_keys($GLOBALS['egw_info']['apps'])) && $query['action_id'])
|
if($query['action'] && in_array($query['action'], array_keys($GLOBALS['egw_info']['apps'])) && $query['action_id'])
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user