mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 17:25:26 +02:00
Merge branch 'ent-5099-dobles-interfaces' into 'develop'
Fix networkmap module key assignment See merge request artica/pandorafms!2952
This commit is contained in:
commit
807db02fec
@ -1341,6 +1341,9 @@ class NetworkMap
|
|||||||
&& $rel['child_type'] == NODE_MODULE
|
&& $rel['child_type'] == NODE_MODULE
|
||||||
) {
|
) {
|
||||||
// Module information available.
|
// Module information available.
|
||||||
|
$id_parent = $rel['id_parent_source_data'];
|
||||||
|
$id_child = $rel['id_child_source_data'];
|
||||||
|
|
||||||
$priority = 1;
|
$priority = 1;
|
||||||
$valid = 1;
|
$valid = 1;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user