fix dashboard full screen pandora_enterprise#13891
This commit is contained in:
parent
e5a7fcdb11
commit
2855563a83
|
@ -41,9 +41,9 @@ if (empty($dashboardId)) {
|
|||
}
|
||||
|
||||
$queryFull = [
|
||||
'refr' => $refr,
|
||||
'pure' => 1,
|
||||
'hash' => $hash,
|
||||
'dashboardId' => $dashboardId,
|
||||
'refr' => $refr,
|
||||
'pure' => 1,
|
||||
];
|
||||
$urlFull = $url.'&'.http_build_query($queryFull);
|
||||
$fullscreen['text'] = '<a id="full_screen_link" href="'.$urlFull.'">';
|
||||
|
|
Loading…
Reference in New Issue