fix(caldav-delegation): send notification to delegator#60712
Conversation
|
/backport to stable34 |
|
/backport to stable33 |
|
/backport to stable32 |
a2d4fe7 to
d9aec9b
Compare
GVodyanov
left a comment
There was a problem hiding this comment.
The designs look really nice, but do you need a mail server to test this? I can't get it to work but I think that's just my instance being buggy
The delegator needs to have an email address setup in his profile (so he can receive an email) If you're using https://github.com/juliusknorr/nextcloud-docker-dev/ , just go to mail.local to see the messages, |
Signed-off-by: Hamza <hamzamahjoubi221@gmail.com>
d9aec9b to
6f3d0a9
Compare
|
/backport to stable34 |
|
/backport to stable33 |
|
/backport to stable32 |
| $objectRow = array_merge($oldObjectRow, [ | ||
| 'uid' => $extraData['uid'], | ||
| 'lastmodified' => $lastModified, | ||
| 'etag' => '"' . $extraData['etag'] . '"', | ||
| 'size' => (int)$extraData['size'], | ||
| 'calendardata' => $calendarData, | ||
| 'component' => strtolower($extraData['componentType']), | ||
| 'classification' => (int)$extraData['classification'], | ||
| ]); |
There was a problem hiding this comment.
One last thing I noticed, the normalized data also has lastoccurance and firstoccurance, these two fields also need to be transferred, so that if the dates change they are up to date
There was a problem hiding this comment.
Summary
Sends notifications to delegator for actions taken on his behalf by delegate
Testing
Should work out of the box but :
If you need the frontend checkout
If you need trashbin:
Checklist
3. to review, feature component)stable32)AI (if applicable)