Skip to content
Snippets Groups Projects
Commit a165956c authored by Stephane Bouvry's avatar Stephane Bouvry
Browse files

Fix : Filtre Sans/Avec statut OK

parent 5b60b4b9
Branches
Tags 2.12.2
No related merge requests found
Pipeline #19200 passed
...@@ -909,7 +909,7 @@ ...@@ -909,7 +909,7 @@
} }
}); });
val2 = values.join(','); val2 = values.join(',');
} else { } else if (checkboxs.length == 1){
var val2Elem = filter.find('.val2'); var val2Elem = filter.find('.val2');
if( val2Elem ){ if( val2Elem ){
val2 = val2Elem[0].checked ? "1" : "0"; val2 = val2Elem[0].checked ? "1" : "0";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment