mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-22 11:55:24 +00:00
fix(calendar): In some case, the startTime was not properly set
This commit is contained in:
@@ -543,6 +543,7 @@
|
||||
this.adjustEndTime();
|
||||
this.changeAlarmRelation(form);
|
||||
this.addAttendee(this.searchText).then(function () {
|
||||
vm.adjustStartTime();
|
||||
if (form.$valid) {
|
||||
vm.component.$save(options)
|
||||
.then(function(data) {
|
||||
|
||||
Reference in New Issue
Block a user