Skip to content

Commit c40e691

Browse files
akhanfirJihed525
authored andcommitted
fix: Create request missing the ckeditor on text area - EXO-77485. (#435)
Before this change, when create request on process and fill details of request, the text area is missing the text formatting tools. To fix this problem, add a depends commons-editor in gatein-resources. After this change, the request details include the text formatting tool. (cherry picked from commit 52af7b1)
1 parent 6009b8f commit c40e691

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

processes-webapp/src/main/webapp/WEB-INF/gatein-resources.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@
2222
<depends>
2323
<module>taskCommentsDrawer</module>
2424
</depends>
25+
<depends>
26+
<module>commons-editor</module>
27+
<as>editor</as>
28+
</depends>
2529
<depends>
2630
<module>commonVueComponents</module>
2731
</depends>

0 commit comments

Comments
 (0)