Skip to content

Commit

Permalink
IVYPORTAL-17391 Wrong language message after session is killed (#987)
Browse files Browse the repository at this point in the history
  • Loading branch information
ntloc-axonivy authored Aug 27, 2024
1 parent a2102ee commit 699c1b3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<c:set var="isPortalInTeams" value="#{masterDataBean.portalInTeams}" />
<ui:fragment rendered="#{!isPortalInTeams}">
<!-- Exception Handler for ViewExpiredExceptions -->
<p:ajaxExceptionHandler type="javax.faces.application.ViewExpiredException" update="view-expired-exception-dialog"
<p:ajaxExceptionHandler type="javax.faces.application.ViewExpiredException"
onexception="PortalSessionWarning.showTimeoutDialog();" />

<!-- Error Dialog shown if a view or session has expired -->
Expand Down Expand Up @@ -62,4 +62,4 @@
</script>
</ui:composition>
</body>
</html>
</html>

0 comments on commit 699c1b3

Please sign in to comment.