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
We are handling most cases of unreferenced objects in templates gracefully, but we are still crashing entire template if somereference in project.somereference.someparam is not defined.
We need to gracefully catch and render an error in the rendered template page rather than crashing the entire template.
The text was updated successfully, but these errors were encountered:
We are handling most cases of unreferenced objects in templates gracefully, but we are still crashing entire template if
somereference
inproject.somereference.someparam
is not defined.We need to gracefully catch and render an error in the rendered template page rather than crashing the entire template.
The text was updated successfully, but these errors were encountered: