From: hickert Date: Mon, 11 May 2009 06:17:13 +0000 (+0000) Subject: Fixed inherit all X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=4b08d806817ea2a0534cf4d9634f5f2053997644;p=gosa.git Fixed inherit all git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@13640 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/goto/admin/systems/goto/class_workstationGeneric.inc b/gosa-plugins/goto/admin/systems/goto/class_workstationGeneric.inc index 7246e5597..736597965 100644 --- a/gosa-plugins/goto/admin/systems/goto/class_workstationGeneric.inc +++ b/gosa-plugins/goto/admin/systems/goto/class_workstationGeneric.inc @@ -724,7 +724,7 @@ class workgeneric extends plugin /* Set workstation service attributes to inherited */ if($this->member_of_ogroup && isset($this->parent->by_object['workservice'])){ - foreach(array("gotoXKbLayout","gotoXKbModel","gotoXKbVariant", + foreach(array("gotoXKbLayout","gotoXKbModel","gotoXKbVariant","gotoXDriver", "gotoXResolution","gotoXColordepth","gotoXMouseType","gotoXMouseport") as $name){ if($this->parent->by_object['workservice']->acl_is_writeable($name)){ $this->parent->by_object['workservice']->$name = "default";