Skip to content
Snippets Groups Projects

Resolve "Add absence overview page"

Merged Hangzhi Yu requested to merge 264-add-absence-overview-page into master
All threads resolved!
1 file
+ 1
4
Compare changes
  • Side-by-side
  • Inline
@@ -27,7 +27,7 @@ import updateParticipationMixin from "./updateParticipationMixin.js";
<v-list-item-title>
{{ participation.person.fullName }}
</v-list-item-title>
<v-list-item-subtitle v-if="participation.absenceReason">
<v-list-item-action v-if="participation.absenceReason" class="full-width">
<absence-reason-group-select
allow-empty
empty-value="present"
@@ -35,9 +35,6 @@ import updateParticipationMixin from "./updateParticipationMixin.js";
:value="participation.absenceReason?.id || 'present'"
@input="sendToServer([participation], 'absenceReason', $event)"
/>
</v-list-item-subtitle>
<v-list-item-action>
<v-icon> mdi-chevron-right </v-icon>
</v-list-item-action>
</template>
</v-list-item>
Loading