From: hickert Date: Wed, 31 Mar 2010 08:54:46 +0000 (+0000) Subject: Added application filter to filter editor options X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=e0ef0c32c0fe4af932ebb17546a3356647be0b31;p=gosa.git Added application filter to filter editor options 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 --- diff --git a/gosa-core/include/class_tabs.inc b/gosa-core/include/class_tabs.inc index af356229f..c40a74362 100644 --- a/gosa-core/include/class_tabs.inc +++ b/gosa-core/include/class_tabs.inc @@ -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: diff --git a/gosa-core/include/class_userFilterEditor.inc b/gosa-core/include/class_userFilterEditor.inc index 3978e27d3..1830bd464 100644 --- a/gosa-core/include/class_userFilterEditor.inc +++ b/gosa-core/include/class_userFilterEditor.inc @@ -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.