You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The only error case that leads to displaying of a node that can be customed by a contributor is when a HttpExceptionInterface with 404 code is thrown. So there is nothing that give ability to contributor to custom a default error page.
Actual behavior
When something else than a HttpExceptionInterface with 404 code is thrown, application displays the default TwigBundle error template.
Expected behavior
When any error (except the 404 case) is thrown, application displays a generic error page customizable by contributor.
The text was updated successfully, but these errors were encountered:
This request is about ability to customize a page in BO for other cases than 404. I have done it directly in the project if you want to see what I mean.
Informations
Orchestra Version : 1.1
Issue Type:
Description
The only error case that leads to displaying of a node that can be customed by a contributor is when a HttpExceptionInterface with 404 code is thrown. So there is nothing that give ability to contributor to custom a default error page.
Actual behavior
When something else than a HttpExceptionInterface with 404 code is thrown, application displays the default TwigBundle error template.
Expected behavior
When any error (except the 404 case) is thrown, application displays a generic error page customizable by contributor.
The text was updated successfully, but these errors were encountered: