2014-07-22 Juan Manuel Ramon <juanmanuel.ramon@artica.es>

* include/ajax/events.php: Fixed custom fields view in
        metaconsole event extended view.

        This is my last commit for Pandora guys! Bye ;-)



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10347 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
juanmanuelr 2014-07-22 17:41:39 +00:00
parent 7503a1f5be
commit 2a11c5ab1e
2 changed files with 14 additions and 1 deletions

View File

@ -1,3 +1,10 @@
2014-07-22 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* include/ajax/events.php: Fixed custom fields view in
metaconsole event extended view.
This is my last commit for Pandora guys! Bye ;-)
2014-07-22 Miguel de Dios <miguel.dedios@artica.es>
* godmode/agentes/agent_wizard.snmp_explorer.php,

View File

@ -349,7 +349,13 @@ if ($get_extended_event) {
}
$details = events_page_details($event, $server);
// Juanma (09/05/2014) Fix: Needs to reconnect to node, in previous funct node connection was lost
if ($meta) {
$server = metaconsole_get_connection_by_id ($server_id);
metaconsole_connect($server);
}
$custom_fields = events_page_custom_fields($event);
$custom_data = events_page_custom_data($event);