From ffc1241188cfda100f9cec43d1afa3cda8344bf0 Mon Sep 17 00:00:00 2001 From: SimonGschnell Date: Thu, 27 Jun 2024 11:53:22 +0200 Subject: [PATCH] news widget 'alle News' redirects to the news URI --- public/js/components/DashboardWidget/News.js | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/public/js/components/DashboardWidget/News.js b/public/js/components/DashboardWidget/News.js index 351dcb146..260f65353 100755 --- a/public/js/components/DashboardWidget/News.js +++ b/public/js/components/DashboardWidget/News.js @@ -42,6 +42,9 @@ export default { contentURI: function(content_id){ return FHC_JS_DATA_STORAGE_OBJECT.app_root + FHC_JS_DATA_STORAGE_OBJECT.ci_router + '/CisVue/Cms/content/' + content_id; + }, + allNewsURI: function(){ + return FHC_JS_DATA_STORAGE_OBJECT.app_root + FHC_JS_DATA_STORAGE_OBJECT.ci_router + '/CisVue/Cms/news'; }, setSingleNews(singleNews){ this.singleNews = singleNews; @@ -53,7 +56,7 @@ export default {
Top News
- + Alle News
@@ -98,8 +101,8 @@ export default { --> - - + + ` }