mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-30 14:08:46 +02:00
Add UIBlocks to twig (generic parser and node)
# Conflicts: # pages/run_query.php # test/VisualTest/Backoffice/RenderAllUiBlocks.php
This commit is contained in:
@@ -19,8 +19,8 @@ class FieldBadge extends UIContentBlock
|
||||
// Overloaded constants
|
||||
public const BLOCK_CODE = 'ibo-field-badge';
|
||||
|
||||
public function __construct(string $sName = null, string $sContainerClass = '')
|
||||
public function __construct(string $sId = null, string $sContainerClass = '')
|
||||
{
|
||||
parent::__construct($sName, $sContainerClass);
|
||||
parent::__construct($sId, $sContainerClass);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user