mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
parent
274a0c8a09
commit
7d167d0191
@ -55,7 +55,7 @@ class Action extends NavigationItem
|
||||
public function getUrl()
|
||||
{
|
||||
$url = parent::getUrl();
|
||||
if (! $this->resolved) {
|
||||
if (! $this->resolved && $url !== null) {
|
||||
$this->setUrl(Macro::resolveMacros($url->getAbsoluteUrl(), $this->getObject()));
|
||||
$this->resolved = true;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user