Skip to content
Snippets Groups Projects
Commit 262dc6fc authored by Hangzhi Yu's avatar Hangzhi Yu
Browse files

Merge branch '211-implement-vue-substitution-frontend' into...

Merge branch '211-implement-vue-substitution-frontend' into 225-introduce-substitution-to-do-list-generated-from-teachers-absences
parents 3aae76cc 40edcdd0
No related branches found
No related tags found
1 merge request!329Introduce substitution to do list
Pipeline #172404 failed
......@@ -69,11 +69,11 @@
</dialog-object-form>
<delete-dialog
deleteSuccessMessageI18nKey="chronos.event.amend.delete_success"
:gql-mutation="gqlDeleteMutation"
:gql-delete-mutation="gqlDeleteMutation"
v-model="deleteEvent"
:item="selectedEvent.meta"
@success="updateOnSave()"
>
:items="[selectedEvent.meta]"
@save="updateOnSave()"
>
<template #title>
{{ $t("chronos.event.amend.delete_dialog") }}
</template>
......
......@@ -147,7 +147,7 @@ mutation patchAmendLessonsWithRealAmends($input: [BatchPatchLessonEventInput]!)
}
mutation deleteAmendLessons($ids: [ID]!) {
deleteAmendLesson(ids: $ids) {
deleteAmendLessons(ids: $ids) {
deletionCount
}
}
......
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