Datagrid bug fixes
This commit is contained in:
parent
238b2fb20c
commit
bb3551a564
|
|
@ -149,7 +149,7 @@
|
|||
}
|
||||
else {
|
||||
allFilters.splice(id,1);
|
||||
makeURL(allFilters);
|
||||
makeURL();
|
||||
}
|
||||
});
|
||||
|
||||
|
|
@ -248,7 +248,6 @@
|
|||
|
||||
if(allFilters.length>0 && repetition == false)
|
||||
{
|
||||
alert('this is here 1');
|
||||
|
||||
for(i=0;i<allFilters.length;i++) {
|
||||
if(i==0){
|
||||
|
|
@ -261,8 +260,6 @@
|
|||
|
||||
} else if(allFilters.length>0 && repetition == true) {
|
||||
|
||||
alert('this is here 2');
|
||||
|
||||
//this is the case when the filter is being repeated on a single column with different condition and value
|
||||
for(i=0;i<allFilters.length;i++) {
|
||||
|
||||
|
|
@ -277,8 +274,6 @@
|
|||
|
||||
} else {
|
||||
|
||||
alert('this is here 3');
|
||||
|
||||
var uri = window.location.href.toString();
|
||||
|
||||
var clean_uri = uri.substring(0, uri.indexOf("?"));
|
||||
|
|
|
|||
Loading…
Reference in New Issue