2013-07-22 Sergio Martin <sergio.martin@artica.es>

* include/graphs/flot/pandora.flot.js: Fixed access to 
	events from graphics in metaconsole for bug #2335



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8552 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
zarzuelo 2013-07-22 11:34:39 +00:00
parent a1a66d058e
commit 9e4f937253
2 changed files with 13 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2013-07-22 Sergio Martin <sergio.martin@artica.es>
* include/graphs/flot/pandora.flot.js: Fixed access to
events from graphics in metaconsole for bug #2335
2013-07-22 Sergio Martin <sergio.martin@artica.es>
* include/help/en/help_module_interval_factor.php

View File

@ -1073,6 +1073,14 @@ function get_event_details (event_ids) {
inputs.push ("get_events_details=1");
inputs.push ("event_ids="+event_ids);
inputs.push ("page=include/ajax/events");
// Autologin
if($('#hidden-loginhash').val() != undefined) {
inputs.push ("loginhash=" + $('#hidden-loginhash').val());
inputs.push ("loginhash_data=" + $('#hidden-loginhash_data').val());
inputs.push ("loginhash_user=" + $('#hidden-loginhash_user').val());
}
jQuery.ajax ({
data: inputs.join ("&"),
type: 'GET',