Code

Added "Select all" tooltip
[gosa.git] / gosa-plugins / goto / admin / devices / class_deviceManagement.inc
index 3d4b4131b890051016c14378e7533a15daf303e5..6972caefa8d1069ca5fc529179b6cf5a64d35cb3 100644 (file)
@@ -414,6 +414,9 @@ class deviceManagement extends plugin
 
   function save_object() {
     $this->DivListDevices->save_object();
+    if(is_object($this->CopyPasteHandler)){
+      $this->CopyPasteHandler->save_object();
+    }
   }