From f0efeada91b13f16a1388288d2cda2b181430e49 Mon Sep 17 00:00:00 2001 From: Marcin Haba Date: Fri, 8 May 2015 22:10:21 +0200 Subject: [PATCH] baculum: Default set detail window view --- gui/baculum/protected/Portlets/SlideWindow.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/baculum/protected/Portlets/SlideWindow.php b/gui/baculum/protected/Portlets/SlideWindow.php index 288967c299..92e809bd3a 100644 --- a/gui/baculum/protected/Portlets/SlideWindow.php +++ b/gui/baculum/protected/Portlets/SlideWindow.php @@ -59,7 +59,7 @@ class SlideWindow extends Portlets { public function onInit($param) { parent::onInit($param); if(empty($_SESSION['view' . $this->getParent()->ID]) && empty($_SESSION['limit' . $this->getParent()->ID])) { - $_SESSION['view' . $this->getParent()->ID] = self::NORMAL_VIEW; + $_SESSION['view' . $this->getParent()->ID] = self::DETAIL_VIEW; $_SESSION['limit' . $this->getParent()->ID] = $this->elementsLimit['unlimited']; } } -- 2.39.5