diff --git a/ayanova/src/views/ay-data-list-view.vue b/ayanova/src/views/ay-data-list-view.vue
index 12a3e090..b043dc83 100644
--- a/ayanova/src/views/ay-data-list-view.vue
+++ b/ayanova/src/views/ay-data-list-view.vue
@@ -152,19 +152,24 @@
fa-plus
-
+
+
+
+
+ {{ item }}
@@ -822,8 +827,9 @@ function initDataObject(vm) {
isCustomField: fld.isCustomField,
sort: lvItem.sort || null,
filter: lvItem.filter || { any: false, items: [] },
- tempOperator: null,
- tempToken: null
+ tempFilterOperator: null,
+ tempFilterToken: null,
+ tempFilterValue: null
};
ret.push(o);
}
@@ -850,8 +856,9 @@ function initDataObject(vm) {
isCustomField: fld.isCustomField,
sort: null,
filter: { any: false, items: [] },
- tempOperator: null,
- tempToken: null
+ tempFilterOperator: null,
+ tempFilterToken: null,
+ tempFilterValue: null
};
ret.push(o);
}