Make original pageContext
accessible to error page
#1112
Labels
enhancement ✨
New feature or request
pageContext
accessible to error page
#1112
Description
Use case: i18n, see #1110.
In principle, it should be possible to make the original pageContext (of the page that failed to render) available to the error page's pageContext, e.g. at
pageContext.pageContextOriginal
.Ideally, it should be automatically merged to the error
pageContext
so that it "just works", while preserving a pristinepageContext
atpageContext.pageContextError
.The text was updated successfully, but these errors were encountered: