2014-08-18 Ramon Novoa <rnovoa@artica.es>
* lib/PandoraFMS/Core.pm: Copy tag names to events, not the URL. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10434 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
911c92b2a8
commit
2a5aa76a9b
|
@ -1,3 +1,7 @@
|
||||||
|
2014-08-18 Ramon Novoa <rnovoa@artica.es>
|
||||||
|
|
||||||
|
* lib/PandoraFMS/Core.pm: Copy tag names to events, not the URL.
|
||||||
|
|
||||||
2014-08-18 Alejandro Gallardo <alejandro.gallardo@artica.es>
|
2014-08-18 Alejandro Gallardo <alejandro.gallardo@artica.es>
|
||||||
|
|
||||||
* lib/PandoraFMS/Core.pm: Added an internal action to
|
* lib/PandoraFMS/Core.pm: Added an internal action to
|
||||||
|
|
|
@ -2761,7 +2761,7 @@ sub pandora_event ($$$$$$$$$$;$$$$$$$$$) {
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
if (defined ($id_agentmodule) && $id_agentmodule > 0) {
|
if (defined ($id_agentmodule) && $id_agentmodule > 0) {
|
||||||
$module_tags = pandora_get_module_url_tags ($pa_config, $dbh, $id_agentmodule);
|
$module_tags = pandora_get_module_tags ($pa_config, $dbh, $id_agentmodule);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue