Merge branch 'master' into studvw_2025-11_rc

This commit is contained in:
Harald Bamberger
2025-11-05 16:51:38 +01:00
4 changed files with 8 additions and 4 deletions
@@ -401,7 +401,7 @@ export default{
this.$api
.call(ApiStvPrestudent.getLastBismeldestichtag())
.then(result => {
this.dataMeldestichtag = result.data[0].meldestichtag;
this.dataMeldestichtag = result.data[0]?.meldestichtag;
if (this.$refs.table && this.$refs.table.tableBuilt)
this.$refs.table.tabulator.redraw(true);
})