Fixed bug that not show the module value in simple value (visual console). Ticket#2538
This commit is contained in:
parent
05b6b6580f
commit
032c63adc7
|
@ -100,7 +100,8 @@ function visual_map_print_item($mode = "read", $layoutData,
|
|||
$top = $layoutData['pos_y'];
|
||||
$left = $layoutData['pos_x'];
|
||||
$id = $layoutData['id'];
|
||||
$label = io_safe_output($layoutData['label']);
|
||||
//$label = io_safe_output($layoutData['label']);
|
||||
$label = '';
|
||||
$id_module = $layoutData['id_agente_modulo'];
|
||||
$type = $layoutData['type'];
|
||||
$period = $layoutData['period'];
|
||||
|
|
Loading…
Reference in New Issue