Browse Source

Correctly parse the subject parameters for link (un)shares of calendars

Signed-off-by: Joas Schilling <coding@schilljs.com>
tags/v14.0.0beta1
Joas Schilling 6 years ago
parent
commit
a0a6aff772
No account linked to committer's email address
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      apps/dav/lib/CalDAV/Activity/Provider/Calendar.php

+ 2
- 0
apps/dav/lib/CalDAV/Activity/Provider/Calendar.php View File

@@ -176,6 +176,8 @@ class Calendar extends Base {
case self::SUBJECT_DELETE . '_self':
case self::SUBJECT_UPDATE:
case self::SUBJECT_UPDATE . '_self':
case self::SUBJECT_PUBLISH . '_self':
case self::SUBJECT_UNPUBLISH . '_self':
case self::SUBJECT_SHARE_USER:
case self::SUBJECT_UNSHARE_USER:
case self::SUBJECT_UNSHARE_USER . '_self':

Loading…
Cancel
Save