feat(calendar(web)): allow to change the classification of an event

This commit is contained in:
Francis Lachapelle
2020-11-04 16:15:13 -05:00
parent 3796009eca
commit 4a83733039
6 changed files with 61 additions and 8 deletions
@@ -941,7 +941,8 @@
data = {
reply: this.reply,
delegatedTo: this.delegatedTo,
alarm: this.$hasAlarm? this.alarm : {}
alarm: this.$hasAlarm? this.alarm : {},
classification: this.classification
};
return Component.$$resource.save(path, data, { action: 'rsvpAppointment' })