This commit is contained in:
2020-03-04 18:19:39 +00:00
parent b15ab410fc
commit 52b02bd8d9

View File

@@ -916,8 +916,8 @@ function untokenizeListView(lv) {
//iterate the array and build a new array with substituted tokens with the correct date and time in them
//console.log(lv);
//console.log(JSON.parse(lv));
console.log("test:past30days");
console.log(relativeDatefilterCalculator.tokenToDates("*past30days*"));
console.log("test:past90days");
console.log(relativeDatefilterCalculator.tokenToDates("*past90days*"));
//[{"fld":"widgetname"},{"fld":"widgetstartdate","filter":{"items":[{"op":"=","value":"*past90days*","token":true}]}},{"fld":"widgetenddate"}]
if (lv == null) {
return lv;