From c3b6551bad4a1ea405f06a7bd546264f61997130 Mon Sep 17 00:00:00 2001 From: cajus Date: Tue, 27 Mar 2007 09:03:58 +0000 Subject: [PATCH] Fixed problem with editable, freezed application parameters git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@5900 594d385d-05f5-0310-b6e9-bd551577e9d8 --- Changelog | 1 + plugins/admin/applications/class_applicationParameters.inc | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/Changelog b/Changelog index 81d9d88dd..42e0fb1ae 100644 --- 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 diff --git a/plugins/admin/applications/class_applicationParameters.inc b/plugins/admin/applications/class_applicationParameters.inc index 90c3a1320..bc0714460 100644 --- a/plugins/admin/applications/class_applicationParameters.inc +++ b/plugins/admin/applications/class_applicationParameters.inc @@ -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; -- 2.30.2