diff --git a/install/cws-ui/processes.ftl b/install/cws-ui/processes.ftl index 696f2235..9a113500 100644 --- a/install/cws-ui/processes.ftl +++ b/install/cws-ui/processes.ftl @@ -214,7 +214,7 @@ if (qStringObj["cache"] == null || qStringObj["cache"] == undefined) { //we have no cache param - load from cache if(!(isEqual(parseQueryString(qString), getQueryString()))){ - applyParamsToFilters(parseQueryString(qString)); + applyParamsToFilters(getQueryString()); updateLocation(false, 0); } } @@ -336,10 +336,10 @@ if (type === 'display') { if (data == null) { return '' + - ""; + ""; } return '' + - ""; + ""; } return data; } @@ -778,7 +778,6 @@ } else if (tempKey.includes("{")) { var fileName = tempKey.substring(tempKey.indexOf("{") + 1, tempKey.indexOf("}")); tempKey = tempKey.substring(tempKey.indexOf("]")+1, tempKey.indexOf(" {")); - console.log(tempKey); temp = `
` + `
` + `` + tempKey + `: ` @@ -978,7 +977,7 @@ }); //add our action dropdown button to the div that datatables created (created in dom: above) - $('
Select All
' + '