This commit is contained in:
2020-02-19 23:31:55 +00:00
parent 9a3a79e2c2
commit 9438ba27c8

View File

@@ -369,7 +369,9 @@ export default {
{ name: this.lt("GridRowFilterDropDownLessThanOrEqualTo"), id: "<=" },
{ name: this.lt("GridRowFilterDropDownNotEquals"), id: "!=" }
],
tagFilterOperators: [{ name: this.lt("XXXXX"), id: "XXX" }]
tagFilterOperators: [
{ name: this.lt("GridRowFilterDropDownEquals"), id: "=" }
] //tags filter only by equals in initial release, see DataListSqlFilterCriteriaBuilder.cs line 523 for deets
},
formState: {
ready: false,