Code

Parameters are not deleteable
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 17 May 2011 13:04:53 +0000 (13:04 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 17 May 2011 13:04:53 +0000 (13:04 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20849 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/goto/admin/systems/goto/Device/class_DeviceConfig.inc

index 94c2397d3c579bd039efbb290df6dedc09756716..96825d548b782793a55055a7026478a89a261111 100644 (file)
@@ -56,7 +56,7 @@ class DeviceConfig extends plugin
 
         // Create parameter Elements list.
         $this->parameterList = new sortableListing();
-        $this->parameterList->setDeleteable(TRUE);
+        $this->parameterList->setDeleteable(FALSE);
         $this->parameterList->setInstantDelete(FALSE);
         $this->parameterList->setEditable(FALSE);
         $this->parameterList->setWidth("100%");