N°3836 - Dashlet: Refactor part of the code to match conventions

This commit is contained in:
Molkobain
2021-07-12 10:49:49 +02:00
parent 7b6ac202c6
commit 5174250ff1
8 changed files with 56 additions and 27 deletions

View File

@@ -20,7 +20,7 @@ class BlockList extends UIContentBlock
use tJSRefreshCallback;
// Overloaded constants
public const BLOCK_CODE = 'ibo-blocklist';
public const BLOCK_CODE = 'ibo-block-list';
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';