diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 6493cece1d..ac6d7bb034 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,15 @@ +2012-02-07 Vanessa Gil + * pandoradb.sql + pandoradb.postgreSQL.sql + pandoradb.oracle.sql + extras/pandoradb_migrate_4.0.x_to_4.1.mysql.sql + extras/pandoradb_migrate_4.0.x_to_4.1.oracle.sql + extras/pandoradb_migrate_4.0.x_to_4.1.postgreSQL.sql + godmode/agentes/module_manager_editor_common.php + godmode/events/custom_events.php + operation/events/events_list.php: Modify fields selection to + show events. + 2012-02-07 Dario Rodriguez * include/graphs/functions_pchart.php: Fixed a problem charting lineal diff --git a/pandora_console/godmode/agentes/module_manager_editor_common.php b/pandora_console/godmode/agentes/module_manager_editor_common.php index 3a1da35cba..a5c8ee5469 100644 --- a/pandora_console/godmode/agentes/module_manager_editor_common.php +++ b/pandora_console/godmode/agentes/module_manager_editor_common.php @@ -292,7 +292,7 @@ $(document).ready (function () { $("#right").click (function () { jQuery.each($("select[name='id_tag_available[]'] option:selected"), function (key, value) { tag_name = $(value).html(); - if (tag_name != 'None'){ + if (tag_name != ){ id_tag = $(value).attr('value'); $("select[name='id_tag_selected[]']").append($("