mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-21 09:38:48 +02:00
Navigation menu: Fix regression introduced in previous commit
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
$('#{{ oUIBlock.GetId() }}').navigation_menu({
|
||||
display_counts: {% if get_config_parameter('display_menus_count') %} true {% else %} false {% endif %}
|
||||
{%if oUIBlock.GetOrgId()%}, org_id: {{ oUIBlock.GetOrgId()}} {% endif %}
|
||||
display_counts: {% if get_config_parameter('display_menus_count') %} true {% else %} false {% endif %},
|
||||
org_id: {{ oUIBlock.GetOrgId()|json_encode }}
|
||||
});
|
||||
|
||||
$('#{{ oUIBlock.GetId() }}').navigation_menu('refreshCounts', null);
|
||||
|
||||
Reference in New Issue
Block a user