Bug #9013
Error in Twig template not handled
Start date:
04.09.2019
Due date:
% Done:
0%
Estimated time:
Discuss:
Description
Bei einem Fehler im Twig-Template wird die "Oops, an errro occured..." Meldung angezeigt und der Debug-Output ist nirgends sichtbar. (analog zu #6216)
Updated by Marc Egger 8 months ago
- Status changed from Some day maybe to New
- Assignee set to Marc Egger
Updated by Marc Egger 7 months ago
Created branch for issue and implemented it. Twig errors are shown.
Problem: QFQ removes new line characters early. The whole Twig template is on one line which makes the error messages useless.
Solution?: We have to find a way to keep the new line characters in the twig template when parsing a QFQ report.