mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Fixed parents on visual console
pandora_console/godmode/reporting/visual_console_builder.editor.js
This commit is contained in:
parent
b62e6ff8ac
commit
d19eab7a24
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user