From d374454c3a5fc68ec444d6ed5d0d0eaeb0e2e044 Mon Sep 17 00:00:00 2001 From: Boubaker Khanfir Date: Mon, 13 Nov 2023 17:26:31 +0100 Subject: [PATCH] feat: Reorder Overview Page Widgets - MEED-2860 - Meeds-io/MIPs#104 (#1278) This change will reorder Overview widget by reversing rows order. --- .../META-INF/exo-conf/configuration.xml | 3 +- .../conf/sites/portal-configuration.xml | 2 +- .../conf/sites/portal/global/pages.xml | 36 +++++++++---------- 3 files changed, 21 insertions(+), 20 deletions(-) diff --git a/webapps/plf-meeds-extension/src/main/webapp/META-INF/exo-conf/configuration.xml b/webapps/plf-meeds-extension/src/main/webapp/META-INF/exo-conf/configuration.xml index 91ea5ef39..3d6c79c89 100644 --- a/webapps/plf-meeds-extension/src/main/webapp/META-INF/exo-conf/configuration.xml +++ b/webapps/plf-meeds-extension/src/main/webapp/META-INF/exo-conf/configuration.xml @@ -26,8 +26,9 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. MeedsPortalConfigProperties - + + diff --git a/webapps/plf-sites-extension/src/main/webapp/WEB-INF/conf/sites/portal-configuration.xml b/webapps/plf-sites-extension/src/main/webapp/WEB-INF/conf/sites/portal-configuration.xml index 0a79c4d64..46c611cf5 100644 --- a/webapps/plf-sites-extension/src/main/webapp/WEB-INF/conf/sites/portal-configuration.xml +++ b/webapps/plf-sites-extension/src/main/webapp/WEB-INF/conf/sites/portal-configuration.xml @@ -89,7 +89,7 @@ ${io.meeds.groups.portalConfig.metadata.override:true} - ${io.meeds.groups.portalConfig.metadata.importmode:overwrite} + ${io.meeds.groups.portalConfig.metadata.importmode:merge} diff --git a/webapps/plf-sites-extension/src/main/webapp/WEB-INF/conf/sites/portal/global/pages.xml b/webapps/plf-sites-extension/src/main/webapp/WEB-INF/conf/sites/portal/global/pages.xml index aeb3bf134..38589e5a3 100644 --- a/webapps/plf-sites-extension/src/main/webapp/WEB-INF/conf/sites/portal/global/pages.xml +++ b/webapps/plf-sites-extension/src/main/webapp/WEB-INF/conf/sites/portal/global/pages.xml @@ -645,85 +645,85 @@ gamification-portlets - myContributions + topChallengers - My Contributions + Top Challengers *:/platform/users;*:/platform/externals false gamification-portlets - myReputation + challengesOverview - My Reputation + Challenges Overview *:/platform/users;*:/platform/externals false gamification-portlets - myRewards + programsOverview - My Rewards + Programs Overview *:/platform/users;*:/platform/externals false gamification-portlets - topChallengers + myContributions - Top Challengers + My Contributions *:/platform/users;*:/platform/externals false gamification-portlets - challengesOverview + myReputation - Challenges Overview + My Reputation *:/platform/users;*:/platform/externals false gamification-portlets - programsOverview + myRewards - Programs Overview + My Rewards *:/platform/users;*:/platform/externals false