Merge branch 'feature-68598/Rollup_lets_try_it_again' into demo-pv21

This commit is contained in:
Harald Bamberger
2026-03-11 14:59:17 +01:00
@@ -135,7 +135,7 @@ export default {
await this.$p.loadCategory(['global', 'person', 'lehre', 'stv', 'projektarbeit', 'ui']);
const setHeader = (field, text) => {
const col = this.$refs.table.tabulator.getColumn(field);
const col = this.$refs.projektbetreuerTable.tabulator.getColumn(field);
if (!col) return;
const el = col.getElement();