mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-23 22:04:25 +02:00
Revert "Tabs: Merge the action's params into the current request url's params"
This reverts commit ba4dd255ec69a8e579f2c198c332e6f65e3e406b. fixes #9494
This commit is contained in:
parent
20fd3d6758
commit
8448f4ade4
@ -309,14 +309,13 @@ EOT;
|
|||||||
|
|
||||||
private function renderRefreshTab()
|
private function renderRefreshTab()
|
||||||
{
|
{
|
||||||
|
$url = Url::fromRequest()->without('renderLayout');
|
||||||
$tab = $this->get($this->getActiveName());
|
$tab = $this->get($this->getActiveName());
|
||||||
|
|
||||||
if ($tab !== null) {
|
if ($tab !== null) {
|
||||||
$url = Url::fromRequest($tab->getUrl()->getParams()->toArray(false))->without('renderLayout');
|
|
||||||
$label = $this->view()->escape(
|
$label = $this->view()->escape(
|
||||||
$tab->getLabel()
|
$tab->getLabel()
|
||||||
);
|
);
|
||||||
} else {
|
|
||||||
$url = Url::fromRequest()->without('renderLayout');
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (! empty($label)) {
|
if (! empty($label)) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user