Merge branch '2316-5594-fallo-redireccion.linked-visual-consoles-desde-Metaconsola' into 'develop'
Fixed static graph links to another visual console in meta See merge request artica/pandorafms!1507
This commit is contained in:
commit
0943540b05
|
@ -469,7 +469,7 @@ function visual_map_print_item($mode = "read", $layoutData,
|
|||
}
|
||||
}
|
||||
else if ($is_a_link_to_other_visualconsole) {
|
||||
if (empty($layout_data['id_metaconsole'])) {
|
||||
if (!is_metaconsole()) {
|
||||
$url = $config['homeurl'] . "index.php?sec=reporting&sec2=operation/visual_console/render_view&pure=" . $config["pure"] . "&id=" . $layoutData["id_layout_linked"];
|
||||
}
|
||||
else {
|
||||
|
|
Loading…
Reference in New Issue