14656 filtering adjust
This commit is contained in:
@@ -121,7 +121,12 @@ export default async function ApiProxy(req, res) {
|
||||
}
|
||||
}
|
||||
|
||||
console.log(docTypeQueryString);
|
||||
// console.log(
|
||||
// "documentType:",
|
||||
// documentType,
|
||||
// "docTypeQueryString:",
|
||||
// docTypeQueryString
|
||||
// );
|
||||
|
||||
//console.log("has this passed docuemntType:", documentType);
|
||||
//(documentType !="all" && " pinswg_pinswg_isharedocumentlocations eq " + )
|
||||
@@ -140,7 +145,7 @@ export default async function ApiProxy(req, res) {
|
||||
? "&$skiptoken=" + ('<cookie pagenumber="' + pageNumber + '" />')
|
||||
: "");
|
||||
|
||||
console.log("docu paged: ", queryUrl);
|
||||
//console.log("docu paged 1: ", queryUrl);
|
||||
|
||||
return axios
|
||||
.get(
|
||||
|
||||
Reference in New Issue
Block a user