Code

Hide App release if fai is not enalbed
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 16 May 2006 06:43:45 +0000 (06:43 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 16 May 2006 06:43:45 +0000 (06:43 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3356 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/admin/applications/class_divListApplication.inc

index 21885ff2aa559d2c4f2fd956193019c70aaaaeec..6d0e8fcc7cf57eba94d8733ee564b48fb895b076 100755 (executable)
@@ -61,7 +61,7 @@ class divListApplication extends MultiSelectWindow
 
   function AddUserBoxToFilter($position){
     $str = "";
-    if($position  == 2){
+    if(($position  == 2) && ($this->parent->enableReleaseManagement)){
       $smarty = get_smarty();
       $smarty->assign("selectedRelease",$this->selectedRelease);
       $smarty->assign("branchimage","images/branch.png");