Files
iTop/templates/base/layouts/navigation-menu/layout.js.twig

8 lines
310 B
Twig

$('#{{ oUIBlock.GetId() }}').navigation_menu({
display_counts: {% if get_config_parameter('display_menus_count') %} true {% else %} false {% endif %},
org_id: '{{ oUIBlock.GetOrgId() }}'
});
$('#{{ oUIBlock.GetId() }}').navigation_menu('refreshCounts', null);
{{ oUIBlock.GetSiloSelection().js|raw }}