Skip to content
Snippets Groups Projects
Commit fe5c73aa authored by Administrator's avatar Administrator
Browse files

Merge branch 'filter-fix-quick' into 'development'

Partial fix for the js request filter

See merge request !132
parents 28019dd5 f1b15dce
No related branches found
No related tags found
1 merge request!154Development
......@@ -90,7 +90,7 @@ function inFilter(requestInfo) {
}
var selectedType = $("#requestTypeSelect").find(":selected").text();
if (selectedType) {
if (!selectedStatus.includes(requestInfo.type)) {
if (!selectedType.includes(requestInfo.type)) {
return false;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment