Bug 37273: Fix offset for column filters
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
This commit is contained in:
parent
c73e0b30bd
commit
b63388351b
1 changed files with 4 additions and 4 deletions
|
@ -128,14 +128,14 @@ export default {
|
|||
e["_str"] = e["name"];
|
||||
return e;
|
||||
}),
|
||||
3: () => this.map_av_dt_filter("av_agreement_statuses"),
|
||||
4: () =>
|
||||
4: () => this.map_av_dt_filter("av_agreement_statuses"),
|
||||
5: () =>
|
||||
this.map_av_dt_filter("av_agreement_closure_reasons"),
|
||||
5: [
|
||||
6: [
|
||||
{ _id: 0, _str: this.$__("No") },
|
||||
{ _id: 1, _str: this.$__("Yes") },
|
||||
],
|
||||
6: () =>
|
||||
7: () =>
|
||||
this.map_av_dt_filter(
|
||||
"av_agreement_renewal_priorities"
|
||||
),
|
||||
|
|
Loading…
Reference in a new issue