mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-18 16:18:47 +02:00
Fix collapsible section widget being called before dependency was loaded
This commit is contained in:
@@ -34,7 +34,7 @@ class CollapsibleSection extends UIContentBlock
|
||||
// Overloaded constants
|
||||
public const BLOCK_CODE = 'ibo-collapsible-section';
|
||||
public const DEFAULT_HTML_TEMPLATE_REL_PATH = 'base/components/collapsible-section/layout';
|
||||
public const DEFAULT_JS_TEMPLATE_REL_PATH = 'base/components/collapsible-section/layout';
|
||||
public const DEFAULT_JS_ON_READY_TEMPLATE_REL_PATH = 'base/components/collapsible-section/layout';
|
||||
public const DEFAULT_JS_FILES_REL_PATH = [
|
||||
'js/components/collapsible-section.js',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user