Bug 37273: Fix offset for column filters

Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
This commit is contained in:
Jonathan Druart 2025-03-10 15:09:34 +01:00 committed by Katrin Fischer
parent c73e0b30bd
commit b63388351b
Signed by: kfischer
GPG key ID: 0EF6E2C03357A834

View file

@ -128,14 +128,14 @@ export default {
e["_str"] = e["name"]; e["_str"] = e["name"];
return e; return e;
}), }),
3: () => this.map_av_dt_filter("av_agreement_statuses"), 4: () => this.map_av_dt_filter("av_agreement_statuses"),
4: () => 5: () =>
this.map_av_dt_filter("av_agreement_closure_reasons"), this.map_av_dt_filter("av_agreement_closure_reasons"),
5: [ 6: [
{ _id: 0, _str: this.$__("No") }, { _id: 0, _str: this.$__("No") },
{ _id: 1, _str: this.$__("Yes") }, { _id: 1, _str: this.$__("Yes") },
], ],
6: () => 7: () =>
this.map_av_dt_filter( this.map_av_dt_filter(
"av_agreement_renewal_priorities" "av_agreement_renewal_priorities"
), ),