This commit is contained in:
@@ -914,10 +914,10 @@ function loadFormSettings(vm) {
|
||||
function untokenizeListView(lv) {
|
||||
//it has one or more tokens
|
||||
//iterate the array and build a new array with substituted tokens with the correct date and time in them
|
||||
console.log(lv);
|
||||
//console.log(lv);
|
||||
//console.log(JSON.parse(lv));
|
||||
console.log("test:thisweek");
|
||||
console.log(relativeDatefilterCalculator.tokenToDates("*thisweek*"));
|
||||
console.log("test:nextweek");
|
||||
console.log(relativeDatefilterCalculator.tokenToDates("*nextweek*"));
|
||||
//[{"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