From 839aa90944c54191c7ca476021a9691f8619d360 Mon Sep 17 00:00:00 2001 From: Boubaker Khanfir Date: Tue, 28 Nov 2023 14:14:09 +0100 Subject: [PATCH] feat: Centralize Administration Site definition - MEED-3007 - Meeds-io/meeds#1327 (#436) (#438) Prior to this change, the administration site layout was loaded from different addons. This change will centralize the site definition, as other sites, in Meeds to ease the reorder of navigations when needed and to ease its maintenance. --- kudos-webapps/src/main/webapp/WEB-INF/conf/configuration.xml | 3 +-- translations.properties | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/kudos-webapps/src/main/webapp/WEB-INF/conf/configuration.xml b/kudos-webapps/src/main/webapp/WEB-INF/conf/configuration.xml index cfb974537..46edf39aa 100644 --- a/kudos-webapps/src/main/webapp/WEB-INF/conf/configuration.xml +++ b/kudos-webapps/src/main/webapp/WEB-INF/conf/configuration.xml @@ -10,5 +10,4 @@ war:/conf/kudos/activity-configuration.xml war:/conf/kudos/upgrade-configuration.xml - - + \ No newline at end of file diff --git a/translations.properties b/translations.properties index aa7e9c4d2..40f31d51e 100644 --- a/translations.properties +++ b/translations.properties @@ -30,4 +30,3 @@ NotificationAdministration.properties=kudos-webapps/src/main/resources/locale/po # Gamification Gamification.properties=kudos-webapps/src/main/resources/locale/addon/Gamification_en.properties -