From 12a5dacd50bfe64520a2e751c90c013e6b31d9e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20D=C3=A9nari=C3=A9?= Date: Wed, 15 Nov 2023 09:44:31 +0100 Subject: [PATCH] feat : Portlet UI Cleanup - Merge meeds-io/MIPs#81 Before this fix, the new branding settings (radius) cannot be saved in interface This is due to the override of the BrandingService configuration file Then the new property about radius was not added on our side. This commit add the property --- .../WEB-INF/conf/digital-workplace/branding-configuration.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/digital-workplace-webapps/src/main/webapp/WEB-INF/conf/digital-workplace/branding-configuration.xml b/digital-workplace-webapps/src/main/webapp/WEB-INF/conf/digital-workplace/branding-configuration.xml index c0860f62b..3f95d7716 100644 --- a/digital-workplace-webapps/src/main/webapp/WEB-INF/conf/digital-workplace/branding-configuration.xml +++ b/digital-workplace-webapps/src/main/webapp/WEB-INF/conf/digital-workplace/branding-configuration.xml @@ -70,6 +70,7 @@ ${exo.branding.theme.tertiaryColor:tertiaryColor:#476A9C} ${exo.branding.theme.greyColorLighten1:greyColorLighten1:#5f708a} ${exo.branding.theme.textColor:textColor:#333333} + ${exo.branding.theme.borderRadius:borderRadius:8px}