mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-06-10 12:59:49 +00:00
(js) Fix creation of a task
This commit is contained in:
@@ -123,9 +123,9 @@
|
||||
}
|
||||
else {
|
||||
// TODO respect SOGoDefaultCalendar
|
||||
component = new Component({ pid: 'personal', type: type });
|
||||
if (vm.componentType == 'tasks')
|
||||
type = 'task';
|
||||
component = new Component({ pid: 'personal', type: type });
|
||||
}
|
||||
|
||||
// UI/Templates/SchedulerUI/UIxAppointmentEditorTemplate.wox or
|
||||
|
||||
Reference in New Issue
Block a user