mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 08:14:38 +02:00
Merge branch 'ent-8053-Header-en-public-view-dashboard-no-se-ve-correctamente-en-la-primera-carga' into 'develop'
Ent 8053 header en public view dashboard no se ve correctamente en la primera carga See merge request artica/pandorafms!4448
This commit is contained in:
commit
01246a7e68
@ -29,8 +29,6 @@
|
|||||||
// Button for display full screen mode.
|
// Button for display full screen mode.
|
||||||
global $config;
|
global $config;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
$queryFull = [
|
$queryFull = [
|
||||||
'dashboardId' => $dashboardId,
|
'dashboardId' => $dashboardId,
|
||||||
'refr' => $refr,
|
'refr' => $refr,
|
||||||
@ -141,10 +139,11 @@ $publiclink['text'] .= html_print_image(
|
|||||||
);
|
);
|
||||||
$publiclink['text'] .= '</a>';
|
$publiclink['text'] .= '</a>';
|
||||||
|
|
||||||
|
// Check if it is a public dashboard.
|
||||||
|
$public_dashboard_hash = get_parameter('hash', false);
|
||||||
|
|
||||||
// Refresh selector time dashboards.
|
// Refresh selector time dashboards.
|
||||||
if (isset($config['public_dashboard']) === true
|
if ($public_dashboard_hash !== false) {
|
||||||
&& (bool) $config['public_dashboard'] === true
|
|
||||||
) {
|
|
||||||
$urlRefresh = $publicUrl;
|
$urlRefresh = $publicUrl;
|
||||||
} else {
|
} else {
|
||||||
$queryRefresh = [
|
$queryRefresh = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user