mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-19 23:32:17 +02:00
Fix collapsible section widget being called before dependency was loaded
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
$('#{{ oUIBlock.GetId() }}').collapsible_section({
|
||||
bOpenedByDefault: {{ oUIBlock.IsOpenedByDefault()|var_export }}
|
||||
{% if oUIBlock.IsSaveCollapsibleStateEnabled() %}, collapsibleStateStorageKey: '{{ oUIBlock.GetSessionCollapsibleStateStorageKey() }}'{% endif %}
|
||||
});
|
||||
Reference in New Issue
Block a user