From 95a5052463e363285b934ea5e861ce0ab4b0134e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lorenzo=20Tilve=20=C3=81lvaro?= Date: Fri, 19 Apr 2013 10:38:18 +0200 Subject: [PATCH] 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 --- libreplan-webapp/src/main/webapp/common/layout/_customMenu.zul | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libreplan-webapp/src/main/webapp/common/layout/_customMenu.zul b/libreplan-webapp/src/main/webapp/common/layout/_customMenu.zul index f55f09a27..90ab3e6c0 100644 --- a/libreplan-webapp/src/main/webapp/common/layout/_customMenu.zul +++ b/libreplan-webapp/src/main/webapp/common/layout/_customMenu.zul @@ -58,7 +58,7 @@ - ${i18n:_(each.name)} + ${i18n:_(each.name)}