This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user