mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2026-01-07 14:09:35 -05:00
Renderer: do not preserve action-related params
This commit is contained in:
parent
d5721b2a99
commit
1fc6634b75
1 changed files with 1 additions and 1 deletions
|
|
@ -196,7 +196,7 @@ abstract class Renderer extends Html
|
|||
*/
|
||||
public function setUrl(Url $url)
|
||||
{
|
||||
$this->url = clone($url);
|
||||
$this->url = $url->without(array('simulationnode', 'deletenode'));
|
||||
$this->setBaseUrl($url);
|
||||
return $this;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue