mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-24 22:34:24 +02:00
parent
a6b2c23684
commit
a8d5a78aa2
@ -351,7 +351,7 @@ class NavigationItem implements IteratorAggregate
|
||||
return 'navigation-' . $this->getEscapedName();
|
||||
}
|
||||
|
||||
return $this->getParent()->getEscapedName() . '-' . $this->getEscapedName();
|
||||
return $this->getParent()->getUniqueName() . '-' . $this->getEscapedName();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user