Code

Fixed problem with editable, freezed application parameters
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 27 Mar 2007 09:03:58 +0000 (09:03 +0000)
committercajus <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
plugins/admin/applications/class_applicationParameters.inc

index 81d9d88dda22e861b77659eaae5b511ab4bd9ac9..42e0fb1ae3a0bca13d16bd444ddd8a90ab9b4701 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -5,6 +5,7 @@ GOsa2 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
index 90c3a1320bab0674e3b96567b0dbcdddd8b95ac3..bc0714460c022792dec8a02be14ccd7646ea428f 100644 (file)
@@ -39,9 +39,6 @@ var $ui;
        /* 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;