mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-19 00:28:47 +02:00
N°3123 - Refactor default constants
This commit is contained in:
@@ -18,8 +18,8 @@ class BlockList extends UIContentBlock
|
||||
{
|
||||
// Overloaded constants
|
||||
public const BLOCK_CODE = 'ibo-blocklist';
|
||||
public const HTML_TEMPLATE_REL_PATH = 'application/display-block/block-list/layout';
|
||||
public const JS_TEMPLATE_REL_PATH = 'application/display-block/block-list/layout';
|
||||
public const DEFAULT_HTML_TEMPLATE_REL_PATH = 'application/display-block/block-list/layout';
|
||||
public const DEFAULT_JS_TEMPLATE_REL_PATH = 'application/display-block/block-list/layout';
|
||||
|
||||
/** @var bool */
|
||||
public $bEmptySet = false;
|
||||
|
||||
Reference in New Issue
Block a user