Merge branch '2178-Herencia-de-estado-de-consolas-visuales-dev' into 'develop'

Fixed static graph with unknown status in visual map

See merge request artica/pandorafms!1424
This commit is contained in:
vgilc 2018-04-17 16:24:51 +02:00
commit 77a8e5f856
1 changed files with 0 additions and 3 deletions

View File

@ -3741,9 +3741,6 @@ function visual_map_get_layout_status ($id_layout = 0, $depth = 0, $elements_in_
$data["id_agente_modulo"] == 0 &&
$data["id_agent"] == 0) ||
$data['type'] != 0){
if($data['type'] == 0){
$temp_total = VISUAL_MAP_STATUS_UNKNOWN;
}
continue;
}