mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 00:34:46 +02:00
Merge branch '1527-Auto-refresco-no-permite-crear-nuevos-dashboards' into 'develop'
Disable autorefresh on new dashboard view - #1527 See merge request artica/pandorafms!1029
This commit is contained in:
commit
53ac2d94bf
@ -388,6 +388,12 @@ config_check();
|
||||
$do_refresh = false;
|
||||
}
|
||||
}
|
||||
|
||||
$new_dashboard = get_parameter('new_dashboard',0);
|
||||
|
||||
if ($_GET['sec2'] == 'enterprise/dashboard/main_dashboard' && $new_dashboard) {
|
||||
$do_refresh = false;
|
||||
}
|
||||
|
||||
if ($do_refresh) {
|
||||
?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user