This commit is contained in:
Daniel Maya 2023-10-17 10:37:21 +02:00
parent 9bdaed3cd0
commit d253dd1fbd
2 changed files with 3 additions and 1 deletions

View File

@ -1590,6 +1590,8 @@ class NetworkMap
{
global $config;
include_once 'include/functions_os.php';
$return = [];
$count_item_holding_area = 0;
foreach ($nodes as $node) {

View File

@ -4466,7 +4466,7 @@ function networkmap_get_new_nodes_and_links($networkmap, $x, $y)
'id_child' => $child_node,
'id_parent_source_data' => $parent,
'id_child_source_data' => $node['source_data'],
'parent_type' => 0,
'parent_type' => 2,
'child_type' => 0,
]
);