Skip to content

Commit b35586b

Browse files
akhanfirJihed525
authored andcommitted
fix: bad display in my request drawer in process app- EXO-77294. (#433)
Before this change, when create a process request and open drawer of the request, bad display of comment component. To fix this problem, add the import of the comment component css file. After this change, comment component displays correctly. (cherry picked from commit d73b1cd)
1 parent d770439 commit b35586b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<portlet-name>Processes</portlet-name>
1010
<skin-name>Enterprise</skin-name>
1111
<css-path>/skin/css/processes.css</css-path>
12+
<additional-module>taskCommentsDrawer</additional-module>
1213
</portlet-skin>
1314

1415
<portlet>

0 commit comments

Comments
 (0)