Bug filter Semester

This commit is contained in:
ma0068
2024-11-22 08:08:35 +01:00
parent b0fb045b50
commit bb724bef6e
@@ -345,6 +345,16 @@ export default{
}
},
},
watch: {
//adaption to go directly through different semesters
currentSemester(newVal, oldVal) {
this.$refs.table.tabulator.clearFilter("studiensemester_kurzbz");
if (newVal && this.isFilterSet) {
this.$refs.table.tabulator.setFilter("studiensemester_kurzbz", "=", newVal);
}
},
},
created(){
this.$fhcApi.factory.stv.exam.getLvsByStudent(this.uid)
.then(result => {