-
Type:
Incident report
-
Resolution: Fixed
-
Priority:
Blocker
-
Affects Version/s: 2.0.3
-
Component/s: Frontend (F)
-
Environment:Create graphic in Template or Host
configuration.graph.edit.js.php
...
function getOnlyHostParam() {
var param = '';
jQuery(document).ready(function() {
if (<?php echo $this->data['is_template'] ? 'true' : 'false'; ?>)
else
{ param = '&real_hosts=1'; }});
return param;
}
...
String <?php echo $this->data['hostid']; ?> not quoted in original file and list of item is empty.