mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 08:45:12 +02:00
Fixed the dragable module group in new networkmap.
This commit is contained in:
parent
751a07ccc8
commit
8eee70f06d
@ -1786,7 +1786,7 @@ MapController.prototype.is_draggable = function(node) {
|
|||||||
break;
|
break;
|
||||||
case ITEM_TYPE_MODULEGROUP_NETWORKMAP:
|
case ITEM_TYPE_MODULEGROUP_NETWORKMAP:
|
||||||
if (self.get_filter_map()['show_modules']) {
|
if (self.get_filter_map()['show_modules']) {
|
||||||
if (filter['show_module_group']) {
|
if (self.get_filter_map()['show_module_group']) {
|
||||||
return_var = true;
|
return_var = true;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user