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

Allow setting tardiness for multiple people

parent a111fc02
No related branches found
No related tags found
1 merge request!407Resolve "Allow setting of tardiness for multiple students at once, also suggest time from lesson start"
......@@ -223,6 +223,15 @@ export default {
<extra-mark-buttons
@input="handleMultipleAction('extraMark', $event)"
/>
<h4>{{ $t("alsijil.personal_notes.tardiness") }}</h4>
<tardiness-field
v-bind="documentationPartProps"
:loading="loading"
:disabled="loading"
:value="0"
:participations="selected"
@input="handleMultipleAction('tardiness', $event)"
/>
</div>
</v-scroll-y-reverse-transition>
</template>
......
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