case 4001

This commit is contained in:
2021-10-08 22:50:27 +00:00
parent e2071f1e7f
commit 4aea5bf48a

View File

@@ -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: "!=" }
]
);