Bug #1563: Remove links from breadcrumbs component
The links on the breadcrumbs line were problematic as they were pointing to the first subelement of the current section of the menu, which could be an element unauthorized for the user. As these shortcats are not useful enough and redundant with the main menu, which can be used directly as is showing only the entries to the specific user has access to, the links in this components are removed. FEA: ItEr77S04BugFixing
This commit is contained in:
parent
e3e772fe66
commit
95a5052463
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@
|
|||
<hbox>
|
||||
<hbox forEach="${menuContainer.breadcrumbsPath}">
|
||||
<n:div align="center"><n:img src="${contextPath}/common/img/migas_separacion.gif" /></n:div>
|
||||
<n:a href="${each.encodedUrl}" class="ruta">${i18n:_(each.name)}</n:a>
|
||||
<n:span class="ruta">${i18n:_(each.name)}</n:span>
|
||||
</hbox>
|
||||
</hbox>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue