From aa25590130ad6fcee7a3244848d0c8612108a889 Mon Sep 17 00:00:00 2001 From: fenn-cs Date: Wed, 6 Dec 2023 16:03:27 +0100 Subject: [PATCH] Correct semantics for link opening in global search Following the update of `NcListItem` to allow control over where and how passed `hrefs` open, the search result component can now make use of these props. See : https://github.com/nextcloud-libraries/nextcloud-vue/pull/4923 Resolves : #41800 Signed-off-by: fenn-cs --- core/src/components/GlobalSearch/SearchResult.vue | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/core/src/components/GlobalSearch/SearchResult.vue b/core/src/components/GlobalSearch/SearchResult.vue index a35395922d1..a746a5751b7 100644 --- a/core/src/components/GlobalSearch/SearchResult.vue +++ b/core/src/components/GlobalSearch/SearchResult.vue @@ -2,7 +2,8 @@ + :href="resourceUrl" + target="_self">