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;
|
||||
case ITEM_TYPE_MODULEGROUP_NETWORKMAP:
|
||||
if (self.get_filter_map()['show_modules']) {
|
||||
if (filter['show_module_group']) {
|
||||
if (self.get_filter_map()['show_module_group']) {
|
||||
return_var = true;
|
||||
}
|
||||
else {
|
||||
|
|
Loading…
Reference in New Issue