[#670] remove possibility to update calendar ACL when it's a shared calendar (#672)

Co-authored-by: Camille Moussu <cmoussu@linagora.com>
This commit is contained in:
Camille Moussu
2026-03-19 16:37:11 +01:00
committed by GitHub
parent a8bff830ad
commit 5bb0307877
+1 -2
View File
@@ -123,8 +123,7 @@ function CalendarPopover({
}) })
).unwrap(); ).unwrap();
} }
if (canManageInvites && visibility !== calendar?.visibility) {
if (visibility !== calendar?.visibility) {
await dispatch( await dispatch(
patchACLCalendarAsync({ patchACLCalendarAsync({
calId, calId,