summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b0f3fc7)
raw | patch | inline | side by side (parent: b0f3fc7)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 31 Mar 2010 08:54:46 +0000 (08:54 +0000) | ||
committer | hickert <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
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17428 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/include/class_tabs.inc | patch | blob | history | |
gosa-core/include/class_userFilterEditor.inc | patch | blob | history |
index af356229f9cd67bd8c35a4b26db99bb9c1f720b9..c40a7436268970c943e58295680139a94de32454 100644 (file)
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 3978e27d318ed5838bf55ba776508504680e4eb4..1830bd464ce53d37e3fbe92f5b153bb4565caf18 100644 (file)
// 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.