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:
commit
77a8e5f856
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue