mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-17 22:39:03 +02:00
N°3528 - Finish silo selection migration
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
$('#{{ oUIBlock.GetId() }}').navigation_menu({
|
$('#{{ oUIBlock.GetId() }}').navigation_menu({
|
||||||
display_counts: {% if get_config_parameter('display_menus_count') %} true {% else %} false {% endif %},
|
display_counts: {% if get_config_parameter('display_menus_count') %} true {% else %} false {% endif %}
|
||||||
org_id: {{ oUIBlock.GetOrgId()}}
|
{%if oUIBlock.GetOrgId()%}, org_id: {{ oUIBlock.GetOrgId()}} {% endif %}
|
||||||
});
|
});
|
||||||
|
|
||||||
$('#{{ oUIBlock.GetId() }}').navigation_menu('refreshCounts', null);
|
$('#{{ oUIBlock.GetId() }}').navigation_menu('refreshCounts', null);
|
||||||
|
|||||||
Reference in New Issue
Block a user