mirror of
https://github.com/Combodo/iTop.git
synced 2026-03-06 09:34:13 +01:00
N°1841 Portal: Service catalog items not collapsed / expended as expected
This commit is contained in:
@@ -419,7 +419,7 @@
|
||||
}, 300);
|
||||
}
|
||||
|
||||
{% if sSearchValue is not null %}
|
||||
{% if (sSearchValue is not null) and (sSearchValue != '') %}
|
||||
// Filters from default value
|
||||
$('#brick_search_field').trigger('change');
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user