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 b62e6ff8ac
commit d19eab7a24

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
}