Code

Added application filter to filter editor options
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 31 Mar 2010 08:54:46 +0000 (08:54 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 31 Mar 2010 08:54:46 +0000 (08:54 +0000)
Set tab to read_only too if read only mode is requested

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17428 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/include/class_tabs.inc
gosa-core/include/class_userFilterEditor.inc

index af356229f9cd67bd8c35a4b26db99bb9c1f720b9..c40a7436268970c943e58295680139a94de32454 100644 (file)
@@ -439,6 +439,7 @@ class tabs
     foreach($this->by_object as $name => $obj){
       $this->by_object[$name]->read_only = $s;
     }
+    $this->read_only = $s;
   }
 }
 // vim:tabstop=2:expandtab:shiftwidth=2:filetype=php:syntax:ruler:
index 3978e27d318ed5838bf55ba776508504680e4eb4..1830bd464ce53d37e3fbe92f5b153bb4565caf18 100644 (file)
@@ -21,7 +21,7 @@ class userFilterEditor extends plugin
   // The list of all categories mangaged by the current filter object.
   // Used in the grop-down box.
   public $orig_name = "";
-  public $backends = array('LDAP', 'SYSTEMS', 'FAI', 'GroupLDAP','ACL', 'OPSIPackages');  
+  public $backends = array('LDAP', 'SYSTEMS', 'FAI', 'GroupLDAP','ACL', 'OPSIPackages','APPLICATIONS');  
 
 
   /*! \brief    Instantiate the filter editing dialog.