Fixed parents on visual console

pandora_console/godmode/reporting/visual_console_builder.editor.js
This commit is contained in:
vgilc 2014-09-01 12:02:47 +02:00
parent cd853362f2
commit 9095ba87cb
1 changed files with 3 additions and 0 deletions

View File

@ -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
}