From eeef28a9b5782f24acd10d041aad23cccb30ba70 Mon Sep 17 00:00:00 2001 From: psc Date: Tue, 9 Feb 2010 20:02:48 +0000 Subject: [PATCH] Apply fix for Trac #3558 Add missing set_acl_category call because otherwise its not possible to delete incoming devices unless you are a gosa super user. git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@15603 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../systems/admin/systems/class_systemManagement.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/trunk/gosa-plugins/systems/admin/systems/class_systemManagement.inc b/trunk/gosa-plugins/systems/admin/systems/class_systemManagement.inc index 9375e8e8f..e4c6e7777 100644 --- a/trunk/gosa-plugins/systems/admin/systems/class_systemManagement.inc +++ b/trunk/gosa-plugins/systems/admin/systems/class_systemManagement.inc @@ -918,6 +918,7 @@ class systems extends plugin if(in_array($type,array("ArpNewDevice","NewDevice")) && class_available("termgeneric")){ $this->systab= new termgeneric($this->config, $dn); $this->systab->set_acl_base($dn); + $this->systab->set_acl_category("terminal"); $this->systab->remove_from_parent(); }elseif($tabtype=="phonetabs"){ $this->systab= new $tabtype($this->config, $this->config->data['TABS'][$tabobj], $dn,$type); -- 2.30.2