From 00bb1bc86eff73e74b7dfc0490f1b37caa1a9f34 Mon Sep 17 00:00:00 2001 From: fenn-cs Date: Tue, 28 Nov 2023 10:05:07 +0100 Subject: [PATCH] Migrate openResult method to SearchResult component After moving the `SearchResult` to its own component and leaving out the openResult method, the search results do not lead anywhere but but error out. Signed-off-by: fenn-cs Signed-off-by: nextcloud-command --- core/src/components/GlobalSearch/SearchResult.vue | 7 ++++++- core/src/views/GlobalSearchModal.vue | 5 ----- dist/core-global-search.js | 4 ++-- dist/core-global-search.js.map | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/core/src/components/GlobalSearch/SearchResult.vue b/core/src/components/GlobalSearch/SearchResult.vue index 7647ca298ed..a35395922d1 100644 --- a/core/src/components/GlobalSearch/SearchResult.vue +++ b/core/src/components/GlobalSearch/SearchResult.vue @@ -2,7 +2,7 @@ + @click="openResult(resourceUrl)">