Skip to content
Snippets Groups Projects
Commit ee476c10 authored by Julian's avatar Julian
Browse files

Default to only showing lessons with absences

parent caaac41c
No related branches found
No related tags found
1 merge request!363Resolve "Add absence overview page"
......@@ -154,7 +154,7 @@ export default {
groups: [],
courses: [],
incomplete: false,
absencesExist: false,
absencesExist: true,
ready: false,
initDate: false,
currentDate: "",
......@@ -218,7 +218,7 @@ export default {
this.$refs.iterator.resetDate();
// might skip query until both set = atomic
if (Object.hasOwn(selectedFilters, "pageType")) {
this.absencesExist = false;
this.absencesExist = true;
}
}
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment