mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
Add special exception for deleted, since it's not in the list of statuses
This commit is contained in:
parent
5b0a009e5f
commit
ee440ce548
@ -328,7 +328,7 @@ class infolog_ui
|
||||
}
|
||||
//echo "<p align=right>template ='".'infolog.index.rows.'.$query['col_filter']['info_type']."'".(!$query['template'] ? ' not' : '')." found</p>\n";
|
||||
// If status is not valid for selected type, clear status filter
|
||||
if($query['col_filter']['info_status'] &&
|
||||
if($query['col_filter']['info_status'] && $query['col_filter']['info_status'] != 'deleted' &&
|
||||
!in_array($query['col_filter']['info_status'], $this->bo->status[$query['col_filter']['info_type']]))
|
||||
{
|
||||
$query['col_filter']['info_status'] = '';
|
||||
|
Loading…
Reference in New Issue
Block a user