This commit is contained in:
2020-02-19 23:27:23 +00:00
parent 85bfc8db28
commit 9a3a79e2c2

View File

@@ -329,7 +329,7 @@ export default {
{ name: this.lt("DateRangePast24Hours"), id: "*past24hours*" }
],
stringFilterOperators: [
{ name: this.lt("GridRowFilterDropDownEquals"), id: "=" },
{ name: this.lt("GridRowFilterDropDownEquals"), id: "=" },
{ name: this.lt("GridRowFilterDropDownGreaterThan"), id: ">" },
{
name: this.lt("GridRowFilterDropDownGreaterThanOrEqualTo"),
@@ -341,22 +341,34 @@ export default {
{ name: this.lt("GridRowFilterDropDownDoesNotContain"), id: "!-%-" },
{ name: this.lt("GridRowFilterDropDownContains"), id: "-%-" },
{ name: this.lt("GridRowFilterDropDownStartsWith"), id: "%-" },
{ name: this.lt("GridRowFilterDropDownEndsWith"), id: "-%" },
{ name: this.lt("XXXXX"), id: "XXX" },
{ name: this.lt("XXXXX"), id: "XXX" },
{ name: this.lt("XXXXX"), id: "XXX" },
{ name: this.lt("XXXXX"), id: "XXX" },
{ name: this.lt("XXXXX"), id: "XXX" },
{ name: this.lt("XXXXX"), id: "XXX" },
{ name: this.lt("XXXXX"), id: "XXX" },
{ name: this.lt("XXXXX"), id: "XXX" },
{ name: this.lt("XXXXX"), id: "XXX" },
{ name: this.lt("XXXXX"), id: "XXX" },
{ name: this.lt("XXXXX"), id: "XXX" }
{ name: this.lt("GridRowFilterDropDownEndsWith"), id: "-%" }
], //maybe this one contains by Specific ID? Easy thing to do would be to say fuck it and it must be just text, no id filter TBD
integerFilterOperators: [],
boolFilterOperators: [],
decimalFilterOperators: [],
integerFilterOperators: [
{ name: this.lt("GridRowFilterDropDownEquals"), id: "=" },
{ name: this.lt("GridRowFilterDropDownGreaterThan"), id: ">" },
{
name: this.lt("GridRowFilterDropDownGreaterThanOrEqualTo"),
id: ">="
},
{ name: this.lt("GridRowFilterDropDownLessThan"), id: "<" },
{ name: this.lt("GridRowFilterDropDownLessThanOrEqualTo"), id: "<=" },
{ name: this.lt("GridRowFilterDropDownNotEquals"), id: "!=" }
],
boolFilterOperators: [
{ name: this.lt("GridRowFilterDropDownEquals"), id: "=" },
{ name: this.lt("GridRowFilterDropDownNotEquals"), id: "!=" }
],
decimalFilterOperators: [
{ name: this.lt("GridRowFilterDropDownEquals"), id: "=" },
{ name: this.lt("GridRowFilterDropDownGreaterThan"), id: ">" },
{
name: this.lt("GridRowFilterDropDownGreaterThanOrEqualTo"),
id: ">="
},
{ name: this.lt("GridRowFilterDropDownLessThan"), id: "<" },
{ name: this.lt("GridRowFilterDropDownLessThanOrEqualTo"), id: "<=" },
{ name: this.lt("GridRowFilterDropDownNotEquals"), id: "!=" }
],
tagFilterOperators: [{ name: this.lt("XXXXX"), id: "XXX" }]
},
formState: {