This commit is contained in:
@@ -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:lastyear");
|
||||
console.log(relativeDatefilterCalculator.tokenToDates("*lastyear*"));
|
||||
console.log("test:last3months");
|
||||
console.log(relativeDatefilterCalculator.tokenToDates("*last3months*"));
|
||||
//[{"fld":"widgetname"},{"fld":"widgetstartdate","filter":{"items":[{"op":"=","value":"*past90days*","token":true}]}},{"fld":"widgetenddate"}]
|
||||
if (lv == null) {
|
||||
return lv;
|
||||
|
||||
Reference in New Issue
Block a user