I am using the 8.0.24 PortalTemplate version and receive the following error: org.apache.myfaces.view.facelets.el.ContextAwarePropertyNotFoundException: org.apache.myfaces.view.facelets.el.ContextAwarePropertyNotFoundException: javax.el.PropertyNotFoundException: Property [isShowGlobalSearch] not found on type [ch.ivy.addon.portal.generic.bean.UserMenuBean]
The file and the property do exist.
I'm guessing this is happening because some of the axon ivy dependencies are configured incorrectly. E.g the OJDBC file pointed to the wrong path, which I fixed (updating the .classpath file). Now I am still getting the error. Is there an overview of files axon ivy requires so I can check which references I need to update or files similar to the ojdbc that are managed in the editor?