From 27a19825f1679d7e6edc2883f1b111f1c7e5b08e Mon Sep 17 00:00:00 2001 From: pabois <pierreandre.boissinot@noesya.coop> Date: Mon, 12 Feb 2024 09:52:23 +0100 Subject: [PATCH] add filter --- app/controllers/server/dashboard_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/server/dashboard_controller.rb b/app/controllers/server/dashboard_controller.rb index 28f0cf40c..308334fc4 100644 --- a/app/controllers/server/dashboard_controller.rb +++ b/app/controllers/server/dashboard_controller.rb @@ -11,7 +11,7 @@ class Server::DashboardController < Server::ApplicationController path: server_websites_path } ] - @websites = Communication::Website.for_older_theme_version(Osuny::ThemeInfo.get_current_version).ordered + @websites = Communication::Website.with_url.for_older_theme_version(Osuny::ThemeInfo.get_current_version).ordered breadcrumb end -- GitLab