Skip to content
Snippets Groups Projects
Commit a1aedec2 authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Merge branch...

Merge branch '334-opening-participations-dialog-in-coursebook-still-does-additionial-graphql-queries' into 'master'

Resolve "Opening participations dialog in coursebook still does additionial GraphQL queries"

Closes #334

See merge request !439
parents 23d03426 e11ddccc
No related branches found
No related tags found
1 merge request!439Resolve "Opening participations dialog in coursebook still does additionial GraphQL queries"
Pipeline #194009 failed
......@@ -351,6 +351,7 @@ export default {
/>
<h4>{{ $t("alsijil.extra_marks.title_plural") }}</h4>
<extra-mark-buttons
:custom-extra-marks="extraMarks"
@input="handleMultipleAction('extraMark', $event)"
/>
<h4>{{ $t("alsijil.personal_notes.tardiness") }}</h4>
......
......@@ -13,7 +13,7 @@ export default {
query: extraMarks,
update: (data) => data.items,
skip() {
return this.customExtraMarks > 0;
return this.customExtraMarks.length > 0;
},
},
},
......
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