summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 07b5581)
raw | patch | inline | side by side (parent: 07b5581)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 27 Mar 2007 09:03:58 +0000 (09:03 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 27 Mar 2007 09:03:58 +0000 (09:03 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@5900 594d385d-05f5-0310-b6e9-bd551577e9d8
Changelog | patch | blob | history | |
plugins/admin/applications/class_applicationParameters.inc | patch | blob | history |
diff --git a/Changelog b/Changelog
index 81d9d88dda22e861b77659eaae5b511ab4bd9ac9..42e0fb1ae3a0bca13d16bd444ddd8a90ab9b4701 100644 (file)
--- a/Changelog
+++ b/Changelog
- Included hook to make use of dynamic uid-bases
- Included vacation date range specification
- Fixed non-saved Samba-Domain changes in groups
+ - Freezed application parameters are not editable anymore
* gosa 2.5.9
- Fixed ldap tls connections when schema check was being used
diff --git a/plugins/admin/applications/class_applicationParameters.inc b/plugins/admin/applications/class_applicationParameters.inc
index 90c3a1320bab0674e3b96567b0dbcdddd8b95ac3..bc0714460c022792dec8a02be14ccd7646ea428f 100644 (file)
/* Call parent execute */
plugin::execute();
- $acl= get_permissions ($this->dn, $this->ui->subtreeACL);
- $this->acl= get_module_permission($acl, "application", $this->dn);
-
/* Do we need to flip is_account state? */
if (isset($_POST['modify_state']) && chkacl($this->acl,"gotoLogonScript")==""){
$this->is_account= !$this->is_account;