From 1d40a8a91ee811447a102937567a29750a1234af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20D=C3=A9nari=C3=A9?= Date: Thu, 31 Oct 2024 09:21:46 +0100 Subject: [PATCH] fix: Task comments are not displayed when opening task with the task gadget on My Workplace homepage - EXO-75152 Before this fix, task comments are not displayed due to a missing js dependencies in task gadget : ExtendedDomPurify This commit add the js module in dependencies of this application Resolved meeds-io/meeds#2544 --- webapps/src/main/webapp/WEB-INF/gatein-resources.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/webapps/src/main/webapp/WEB-INF/gatein-resources.xml b/webapps/src/main/webapp/WEB-INF/gatein-resources.xml index 40c15cbf3..9094b7a42 100644 --- a/webapps/src/main/webapp/WEB-INF/gatein-resources.xml +++ b/webapps/src/main/webapp/WEB-INF/gatein-resources.xml @@ -105,6 +105,9 @@ taskDrawer + + ExtendedDomPurify + eXoVueI18n