mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 02:58:43 +02:00
N°3522 Fix IssueLog on Twig error in a Ajax context
This commit is contained in:
@@ -142,7 +142,10 @@ class TwigHelper
|
||||
->SetIsClosable(false)
|
||||
->SetIsCollapsible(false); // not rendering JS so...
|
||||
|
||||
IssueLog::Error($sPath.$oTwigException->getMessage());
|
||||
IssueLog::Error('Error occurred on TWIG rendering', null, [
|
||||
'twig_path' => $sPath,
|
||||
'twig_exception_message' => $oTwigException->getMessage(),
|
||||
]);
|
||||
|
||||
return BlockRenderer::RenderBlockTemplates($oAlert);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user