mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-06-12 13:49:44 +00:00
feat(calendar(web)): allow to change the classification of an event
This commit is contained in:
@@ -128,10 +128,11 @@
|
||||
// Retrieve master event
|
||||
component = Calendar.$get(this.component.pid).$getComponent(this.component.id);
|
||||
component.$futureComponentData.then(function() {
|
||||
// Propagate the participant status and alarm to the master event
|
||||
// Propagate the participant status, classification and alarm to the master event
|
||||
component.reply = vm.component.reply;
|
||||
component.delegatedTo = vm.component.delegatedTo;
|
||||
component.$hasAlarm = vm.component.$hasAlarm;
|
||||
component.classification = vm.component.classification;
|
||||
component.alarm = vm.component.alarm;
|
||||
// Send reply to the server
|
||||
vm.reply(component);
|
||||
|
||||
Reference in New Issue
Block a user