Skip to content
Snippets Groups Projects
Commit d2c2faf1 authored by Hangzhi Yu's avatar Hangzhi Yu Committed by Julian
Browse files

Fix full day dialog display method

parent 204eb92f
No related branches found
No related tags found
1 merge request!373Resolve "Suggest creating Kolego absence for the rest of the day when entering absences"
......@@ -137,11 +137,7 @@ export default {
this.$set(this.selected, []);
this.$refs.iterator.selected = [];
},
activateFullDayDialog({
data: {
updateParticipationStatuses: { items },
},
}) {
activateFullDayDialog(items) {
const itemIds = items.map((item) => item.id);
const participations = this.documentation.participations.filter((part) =>
itemIds.includes(part.id),
......
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