From 52b02bd8d9e8ccb30fc049d7389b7e8bc6067b79 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Wed, 4 Mar 2020 18:19:39 +0000 Subject: [PATCH] --- ayanova/src/components/gz-data-table.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ayanova/src/components/gz-data-table.vue b/ayanova/src/components/gz-data-table.vue index 7dd9a23f..8d13338a 100644 --- a/ayanova/src/components/gz-data-table.vue +++ b/ayanova/src/components/gz-data-table.vue @@ -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;