Skip to content
Snippets Groups Projects
Commit 11fa1b88 authored by permcu's avatar permcu
Browse files

Fill the lesson summary text fields

parent 5a725948
No related branches found
No related tags found
2 merge requests!352Draft: Resolve "Add dialog with each lesson's students",!350Resolve "Add simple course book list"
......@@ -3,6 +3,7 @@
<!-- Are focusout & enter enough trigger? -->
<!-- TODO: focusout on enter -->
<v-text-field
filled
label="Thema"
:value="documentation.topic"
@input="topic=$event"
......@@ -10,12 +11,14 @@
@keydown.enter="saveTopic"
/>
<v-text-field
filled
v-if="!compact"
label="Hausaufgaben"
:value="documentation.homework"
@input="homework=$event"
/>
<v-text-field
filled
v-if="!compact"
label="Gruppennotiz"
:value="documentation.groupnote"
......
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