Code

Add type attribute to CopyPasteVars (#5601)
authorpsc <psc@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 27 May 2011 11:08:04 +0000 (11:08 +0000)
committerpsc <psc@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 27 May 2011 11:08:04 +0000 (11:08 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@20898 594d385d-05f5-0310-b6e9-bd551577e9d8

trunk/gosa-plugins/goto/admin/devices/class_deviceGeneric.inc

index 3f5364e1eaa434f759f645d363ffaba8897f5a56..9ee0295019e24998f9e49b1adce88a71071a0f62 100644 (file)
@@ -18,7 +18,7 @@ class deviceGeneric extends plugin
   public $attributes      = array("cn","description","devID","serial","vendor", "type");
   public $objectclasses   = array("top","gotoDevice");
 
-  public $CopyPasteVars   = array("orig_cn","description","vendor","devID","serial","base");
+  public $CopyPasteVars   = array("orig_cn","description","vendor","devID","serial","base", "type");
 
   public function deviceGeneric(&$config,$dn = NULL)
   {