mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
fix networkmap node group recursion
This commit is contained in:
parent
46136a66ca
commit
91cd12c715
@ -4062,7 +4062,7 @@ function networkmap_get_new_nodes_and_links($networkmap, $x, $y)
|
||||
true
|
||||
);
|
||||
} else {
|
||||
if ($map_filter['dont_show_subgroups'] == 'true') {
|
||||
if ($map_filter['dont_show_subgroups'] == 'true' && $map_filter['dont_show_subgroups'] !== 0) {
|
||||
// Show only current selected group.
|
||||
$filter['id_grupo'] = $networkmap['id_group'];
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user