N°3567 - Migrate backoffice pages to new UIBlock system : App. upgrade (remove UIHtml from twig)

This commit is contained in:
Eric
2021-01-19 17:24:09 +01:00
parent 01c4dff035
commit 6dd1807fca
7 changed files with 32 additions and 124 deletions

View File

@@ -19,7 +19,7 @@ class UIBlockExtension extends AbstractExtension
{
public function getTokenParsers()
{
$aParsers = [new UIHtmlParser()];
$aParsers = [];
$sInterface = "Combodo\\iTop\\Application\\UI\\Base\\iUIBlockFactory";
$aFactoryClasses = self::GetClassForInterface($sInterface);