From 9362f56b63026d099a9a6c75192aa5e72dc596f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96sterreicher?= Date: Tue, 6 Mar 2018 15:44:33 +0100 Subject: [PATCH] Modified Infocenter Filter --- application/views/system/infocenter/infocenterData.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/application/views/system/infocenter/infocenterData.php b/application/views/system/infocenter/infocenterData.php index 57851d70a..663e69ca6 100644 --- a/application/views/system/infocenter/infocenterData.php +++ b/application/views/system/infocenter/infocenterData.php @@ -12,7 +12,7 @@ ( SELECT zeitpunkt FROM system.tbl_log - WHERE taetigkeit_kurzbz = \'bewerbung\' + WHERE taetigkeit_kurzbz IN(\'bewerbung\',\'kommunikation\') AND person_id = p.person_id ORDER BY zeitpunkt DESC LIMIT 1 @@ -20,7 +20,7 @@ ( SELECT insertvon FROM system.tbl_log - WHERE taetigkeit_kurzbz = \'bewerbung\' + WHERE taetigkeit_kurzbz IN(\'bewerbung\',\'kommunikation\') AND person_id = p.person_id ORDER BY zeitpunkt DESC LIMIT 1 @@ -135,7 +135,7 @@ ) ) ) - ORDER BY "LastAction" DESC + ORDER BY "LastAction" ASC ', 'hideHeader' => false, 'hideSave' => false,