From f3b617d339cf60e3cce4007e568e70107a89be9b Mon Sep 17 00:00:00 2001 From: Ivymaster Date: Tue, 7 Jul 2026 17:13:51 +0200 Subject: [PATCH] add removal of tag header sorting in LV and Student verwaltung --- public/js/components/LVVerwaltung/Setup/Table.js | 1 + public/js/components/Stv/Studentenverwaltung/List.js | 1 + 2 files changed, 2 insertions(+) diff --git a/public/js/components/LVVerwaltung/Setup/Table.js b/public/js/components/LVVerwaltung/Setup/Table.js index f07748413..b9311ec68 100644 --- a/public/js/components/LVVerwaltung/Setup/Table.js +++ b/public/js/components/LVVerwaltung/Setup/Table.js @@ -306,6 +306,7 @@ export default { headerFilterFuncParams: {field: 'tags'}, formatter: (cell, formatterParams, onRendered) => tagFormatter(cell, this.$refs.tagComponent, onRendered), width: 150, + headerSort: false, }, { title: this.$p.t('lehre', 'lehrveranstaltung_id'), diff --git a/public/js/components/Stv/Studentenverwaltung/List.js b/public/js/components/Stv/Studentenverwaltung/List.js index 45ac50cfc..c175a465b 100644 --- a/public/js/components/Stv/Studentenverwaltung/List.js +++ b/public/js/components/Stv/Studentenverwaltung/List.js @@ -961,6 +961,7 @@ export default { formatter: (cell, formatterParams, onRendered) => tagFormatter(cell, this.$refs.tagComponent, onRendered), width: 150, + headerSort: false, }; this.tabulatorOptions.columns.splice(2, 0, coltags); this.$p.loadCategory("ui").then(() => {