From c4f4fa04578d39e60108140a018d6213fbbeeaff Mon Sep 17 00:00:00 2001 From: hickert Date: Fri, 19 May 2006 08:23:19 +0000 Subject: [PATCH] Fix filter box generation git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3451 594d385d-05f5-0310-b6e9-bd551577e9d8 --- plugins/admin/applications/class_divListApplication.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/plugins/admin/applications/class_divListApplication.inc b/plugins/admin/applications/class_divListApplication.inc index 83ffd9cd6..4f4634cd8 100755 --- a/plugins/admin/applications/class_divListApplication.inc +++ b/plugins/admin/applications/class_divListApplication.inc @@ -53,7 +53,8 @@ class divListApplication extends MultiSelectWindow function AddUserBoxToFilter($position){ $str = ""; - if(($position == 2) && ($this->parent->enableReleaseManagement)){ + print_a($this->parent); + if(($position == 2) && ($this->parent->IsReleaseManagementActivated($this->config))){ $smarty = get_smarty(); $smarty->assign("selectedRelease",$this->selectedRelease); $smarty->assign("branchimage","images/branch.png"); @@ -175,6 +176,7 @@ class divListApplication extends MultiSelectWindow MultiSelectWindow::save_object(); $_SESSION['appfilter']['release'] = $this->selectedRelease; } + } // vim:tabstop=2:expandtab:shiftwidth=2:filetype=php:syntax:ruler: ?> -- 2.30.2