fix dashboard full screen pandora_enterprise#13891

This commit is contained in:
daniel 2024-06-11 08:12:59 +02:00
parent e5a7fcdb11
commit 2855563a83
1 changed files with 3 additions and 3 deletions

View File

@ -41,9 +41,9 @@ if (empty($dashboardId)) {
} }
$queryFull = [ $queryFull = [
'refr' => $refr, 'dashboardId' => $dashboardId,
'pure' => 1, 'refr' => $refr,
'hash' => $hash, 'pure' => 1,
]; ];
$urlFull = $url.'&'.http_build_query($queryFull); $urlFull = $url.'&'.http_build_query($queryFull);
$fullscreen['text'] = '<a id="full_screen_link" href="'.$urlFull.'">'; $fullscreen['text'] = '<a id="full_screen_link" href="'.$urlFull.'">';