From 03033b144524a3b151a0770616a76547caa20756 Mon Sep 17 00:00:00 2001 From: elsiosanchez Date: Fri, 8 Oct 2021 10:21:07 -0400 Subject: [PATCH] Browser 404 error when selecting an entry from the path adempiere/adempiere-vue#1060 --- src/components/Breadcrumb/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Breadcrumb/index.vue b/src/components/Breadcrumb/index.vue index ef70e7b7928..ccc3fa829cb 100644 --- a/src/components/Breadcrumb/index.vue +++ b/src/components/Breadcrumb/index.vue @@ -94,7 +94,7 @@ export default { return toPath(params) }, handleLink(item) { - if (this.$route.name !== item.name) { + if (this.$route.name !== item.name && !this.isEmptyValue(item.meta.alwaysShow)) { this.$router.push({ name: item.name, params: {