From 854dcb7cea1a984122ee0df5686d3f56f95d6d65 Mon Sep 17 00:00:00 2001 From: alex Date: Thu, 3 Oct 2019 16:23:19 +0200 Subject: [PATCH] =?UTF-8?q?-=20Infocenter:=20dataset=20in=20=C3=9Cbersicht?= =?UTF-8?q?=20is=20reloaded=20when=20clicking=20on=20back=20button=20from?= =?UTF-8?q?=20details=20page.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/controllers/system/infocenter/InfoCenter.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/controllers/system/infocenter/InfoCenter.php b/application/controllers/system/infocenter/InfoCenter.php index e14a34d8f..7d005489d 100644 --- a/application/controllers/system/infocenter/InfoCenter.php +++ b/application/controllers/system/infocenter/InfoCenter.php @@ -970,7 +970,7 @@ class InfoCenter extends Auth_Controller $prevFilterId = $this->input->get(self::PREV_FILTER_ID); if (isset($prevFilterId)) { - $link .= '?'.self::FILTER_ID.'='.$prevFilterId; + $link .= '?'.self::FILTER_ID.'='.$prevFilterId.'&'.self::RELOAD_DATASET.'=true'; } $this->navigationlib->setSessionMenu(