mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-26 12:08:47 +02:00
N°3567 - Migrate backoffice pages to new UIBlock system : App. upgrade (remove UIHtml from twig)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user