mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
Fix team calendars stored in the drive
This commit is contained in:
parent
0b15f5793d
commit
b24de7984f
@ -268,6 +268,9 @@ define([
|
||||
return void UI.warn(text);
|
||||
}
|
||||
var isTemplate = priv.isTemplate || opts.isTemplate;
|
||||
|
||||
// never store calendars in the team drive
|
||||
if (opts.calendar) { return; }
|
||||
toAddTeams.forEach(function (obj) {
|
||||
sframeChan.query('Q_STORE_IN_TEAM', {
|
||||
href: data.href || data.rohref,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user