From 13b83eb3cf521e24eabad85cafd6a0a706c5ebfe Mon Sep 17 00:00:00 2001 From: hickert Date: Wed, 17 Mar 2010 14:02:25 +0000 Subject: [PATCH] Hardening for class management git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16773 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/include/class_management.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gosa-core/include/class_management.inc b/gosa-core/include/class_management.inc index 9def195e6..179d327c0 100644 --- a/gosa-core/include/class_management.inc +++ b/gosa-core/include/class_management.inc @@ -277,6 +277,9 @@ class management */ protected function removeEntryRequested($action="",$target=array(),$all=array()) { + // Close dialogs and remove locks for currently handled dns + $this->cancelEdit(); + $disallowed = array(); $this->dns = array(); -- 2.30.2