From: hickert Date: Tue, 23 Mar 2010 13:12:30 +0000 (+0000) Subject: updated templates X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=5f44f55c696c1ebf6fdbddb9f8c25f72300847a7;p=gosa.git updated templates git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17022 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/systems/admin/systems/class_systemManagement.inc b/gosa-plugins/systems/admin/systems/class_systemManagement.inc index 7fee83a00..bb9f1fc33 100644 --- a/gosa-plugins/systems/admin/systems/class_systemManagement.inc +++ b/gosa-plugins/systems/admin/systems/class_systemManagement.inc @@ -700,6 +700,7 @@ class systemManagement extends management }else{ $this->activationQueue[$dn] = array(); $this->dialogObject = new SelectDeviceType($this->config,$dn); + $this->dialogObject->set_acl_category("incoming"); $this->skipFooter = TRUE; $this->displayApplyBtn = FALSE; // see condition -$s_action == "::systemTypeChosen"- for further handling