Skip to content
Snippets Groups Projects

Resolve "Not storing groups for documentations is kind of a problem"

5 files
+ 19
2
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -179,6 +179,14 @@
<v-list-item-action
class="flex-row full-width justify-md-end ma-0 align-center fill-height"
>
<v-chip
color="warning"
class="mx-1"
v-if="!item.relatedDocumentation.amended"
>{{
$t("alsijil.coursebook.statistics.not_counted")
}}</v-chip
>
<!-- chips: absences & extraMarks -->
<absence-reason-chip
v-if="item.absenceReason"
Loading