✨ Add support for other substitution types
- Store and display original substitution type text - Treat "eigenverantwortliches Arbeiten" as cancellation
This commit is contained in:
@ -130,6 +130,9 @@ function getTime(index) {
|
||||
>, {{ $t("timetable.notes") }} {{ getNotes(lesson.substitution) }}
|
||||
</span>
|
||||
</div>
|
||||
<span class="info type" v-if="lesson.substitution">
|
||||
<i>{{ lesson.substitution.rawType }}</i>
|
||||
</span>
|
||||
</div>
|
||||
<div class="times" v-if="getTime(index).start && !edit">
|
||||
<span>{{ getTime(index).start }} -</span>
|
||||
|
Reference in New Issue
Block a user