With Axon Ivy versions 10.0.14 and 11.2.1, we updated the version of Primefaces to 11.0.12.
Since then, we are seeing increasing reports about Problems in the Portal UI. Mainly, that the loading wheel does not disappear after initiating a REST call, even after the call was successful. In the console log of the browser you can see an error like the following:
Uncaught TypeError: Cannot read properties of undefined (reading 'redirect')
at c.trigger (core.js?ln=primeface....2312071024:29:1307)
at core.js?ln=primeface....2312071024:29:1004
We have investigated the issue and assume this is a bug that was introduced with said Primefaces version. We have contacted Primefaces and asked them to fix this with the next version of Primefaces 11. In the meantime, you can manually downgrade your Primefaces version to solve this issue temporarily.
Temporary fix
Replace the new version of Primefaces with an old one.
To do this, copy the old Primefaces JAR from another older Engine or Designer at webapps/ivy/WEB-INF/lib/primefaces-11.0.8.jar
, put it in the same folder of your new Engine or Designer and delete the other Primefaces version present (e.g. primefaces-11.0.12.jar
).
Kind regards
Lukas