From: Marcin Haba Date: Fri, 8 May 2015 20:10:21 +0000 (+0200) Subject: baculum: Default set detail window view X-Git-Tag: Release-7.2.0~47 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=f0efeada91b13f16a1388288d2cda2b181430e49;p=bacula%2Fbacula baculum: Default set detail window view --- 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']; } }