diff --git a/ayanova/src/components/data-table-filter-control.vue b/ayanova/src/components/data-table-filter-control.vue index f9ca0d33..f5e84837 100644 --- a/ayanova/src/components/data-table-filter-control.vue +++ b/ayanova/src/components/data-table-filter-control.vue @@ -838,13 +838,13 @@ function populateSelectionLists(vm) { vm.selectLists.boolFilterOperators.push( ...[ - { name: vm.$ay.t("GridRowFilterDropDownBlanksItem"), id: "*NOVALUE*" }, - { - name: vm.$ay.t("GridRowFilterDropDownNonBlanksItem"), - id: "*HASVALUE*" - }, - { name: vm.$ay.t("GridRowFilterDropDownEquals"), id: "=" }, - { name: vm.$ay.t("GridRowFilterDropDownNotEquals"), id: "!=" } + // { name: vm.$ay.t("GridRowFilterDropDownBlanksItem"), id: "*NOVALUE*" }, + // { + // name: vm.$ay.t("GridRowFilterDropDownNonBlanksItem"), + // id: "*HASVALUE*" + // }, + { name: vm.$ay.t("GridRowFilterDropDownEquals"), id: "=" } + //, { name: vm.$ay.t("GridRowFilterDropDownNotEquals"), id: "!=" } ] );