CEX SDK V2:

* Pre and post actions
This commit is contained in:
Eric Espie
2022-03-28 09:43:46 +02:00
parent ad4442ae78
commit 81d285a143

View File

@@ -476,7 +476,7 @@ class DisplayBlock
$oExceptionAlert = AlertUIBlockFactory::MakeForFailure('Cannot display results', $sExceptionContent);
$oHtml->AddSubBlock($oExceptionAlert);
}
IssueLog::Error('Exception during GetDisplay: '.$e->getMessage());
ExceptionLog::LogException($e);
}
} else {
// render it as an Ajax (asynchronous) call