mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-09-16 19:08:00 +00:00
feat(calendar(web)): allow to change the classification of an event
This commit is contained in:
@@ -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' })
|
||||
|
||||
Reference in New Issue
Block a user