Explorar el Código

add reconciliation key for NEtwork Interface

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@790 a333f486-631f-4898-b8df-5754b55c2be0
etaloc hace 14 años
padre
commit
a738082938
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      modules/itop-config-mgmt-1.0.0/model.itop-config-mgmt.php

+ 1 - 1
modules/itop-config-mgmt-1.0.0/model.itop-config-mgmt.php

@@ -1016,7 +1016,7 @@ class NetworkInterface extends ConnectableCI
 			"key_type" => "autoincrement",
 			"name_attcode" => "name",
 			"state_attcode" => "",
-			"reconc_keys" => array("name","device_id","org_id"),
+			"reconc_keys" => array("name","device_id","device_name","org_id"),
 			"db_table" => "networkinterface",
 			"db_key_field" => "id",
 			"db_finalclass_field" => "",