diff --git a/pandora_console/godmode/reporting/visual_console_builder.editor.js b/pandora_console/godmode/reporting/visual_console_builder.editor.js index 48130f2abf..366e5ea37b 100644 --- a/pandora_console/godmode/reporting/visual_console_builder.editor.js +++ b/pandora_console/godmode/reporting/visual_console_builder.editor.js @@ -434,6 +434,9 @@ function fill_parent_select(id_item) { .filter(function() { if ($(this).attr('value') != 0) return true; }) .remove(); jQuery.each(parents, function(key, value) { + if (value == undefined) { + return; + } if (id_item == key) { return; //continue }