Senerity Serenity theme of Cockpit got problem [Ivy 7.3.1]
Hi Ivy team,
Our application doesn't use 2 libraries of serenity theme (serenity-layout-1.0.5.jar and serenity-theme-1.0.5.jar). Therefore, we removed it in AxonIvyEngine7.3.1/webapps/ivy/WEB-INF/lib
And add config
<context-param>
<param-name>primefaces.THEME</param-name>
<param-value>none</param-value>
</context-param>
in the web.xml
But it will make the cockpit GUI is broken.
How can we solve that problem?