Skip to content

Commit

Permalink
fix: Chat dropdown menu do not open if user is not administrator - EX…
Browse files Browse the repository at this point in the history
…O-70319

Before this fix, all dropdown menu does not opens in chat page
This is because the js module bts_dropdown is not loaded on this page when I am administrators
It was loaded before wy other js module, which were recently cleaned.

This commit add module bts_dropdown as dependency of chat module
  • Loading branch information
rdenarie committed Mar 13, 2024
1 parent eca42e7 commit c8f7e89
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions application/src/main/webapp/WEB-INF/gatein-resources.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@
<depends>
<module>bts_tooltip</module>
</depends>
<depends>
<module>bts_dropdown</module>
</depends>
<depends>
<module>fetchPolyfill</module>
</depends>
Expand Down

0 comments on commit c8f7e89

Please sign in to comment.