mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-27 22:35:22 +00:00
(fix) also return all calendars in findAll
This commit is contained in:
@@ -100,7 +100,7 @@
|
||||
_this.$calendars.push(calendar);
|
||||
});
|
||||
}
|
||||
return this.$calendars;
|
||||
return _.union(this.$calendars, this.$subscriptions, this.$webcalendars);
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user