case 4001
This commit is contained in:
@@ -838,13 +838,13 @@ function populateSelectionLists(vm) {
|
|||||||
|
|
||||||
vm.selectLists.boolFilterOperators.push(
|
vm.selectLists.boolFilterOperators.push(
|
||||||
...[
|
...[
|
||||||
{ name: vm.$ay.t("GridRowFilterDropDownBlanksItem"), id: "*NOVALUE*" },
|
// { name: vm.$ay.t("GridRowFilterDropDownBlanksItem"), id: "*NOVALUE*" },
|
||||||
{
|
// {
|
||||||
name: vm.$ay.t("GridRowFilterDropDownNonBlanksItem"),
|
// name: vm.$ay.t("GridRowFilterDropDownNonBlanksItem"),
|
||||||
id: "*HASVALUE*"
|
// id: "*HASVALUE*"
|
||||||
},
|
// },
|
||||||
{ name: vm.$ay.t("GridRowFilterDropDownEquals"), id: "=" },
|
{ name: vm.$ay.t("GridRowFilterDropDownEquals"), id: "=" }
|
||||||
{ name: vm.$ay.t("GridRowFilterDropDownNotEquals"), id: "!=" }
|
//, { name: vm.$ay.t("GridRowFilterDropDownNotEquals"), id: "!=" }
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user