Skip to content

Commit

Permalink
fix: Task comments are not displayed when opening task with the task …
Browse files Browse the repository at this point in the history
…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
  • Loading branch information
rdenarie committed Oct 31, 2024
1 parent c8266cb commit abda880
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions webapps/src/main/webapp/WEB-INF/gatein-resources.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,9 @@
<depends>
<module>taskDrawer</module>
</depends>
<depends>
<module>ExtendedDomPurify</module>
</depends>
<depends>
<module>eXoVueI18n</module>
</depends>
Expand Down

0 comments on commit abda880

Please sign in to comment.