Revert "NavigationItemRenderer: Provide a id if none is set"
This reverts commit c60839d798
.
This commit is contained in:
parent
975cc92f6b
commit
2855778dc7
|
@ -160,10 +160,6 @@ class NavigationItemRenderer
|
|||
$label = $this->view()->icon($icon) . $label;
|
||||
}
|
||||
|
||||
if (! $item->getAttribute('id')) {
|
||||
$item->setAttribute('id', $item->getUniqueName());
|
||||
}
|
||||
|
||||
if (($url = $item->getUrl()) !== null) {
|
||||
$content = sprintf(
|
||||
'<a%s href="%s"%s>%s</a>',
|
||||
|
|
Loading…
Reference in New Issue