Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[stable28] fix: (CalDav) Delete invitation link when deleting Calendars or Events #49427

Merged
merged 1 commit into from
Nov 23, 2024

Conversation

backportbot[bot]
Copy link

@backportbot backportbot bot commented Nov 21, 2024

Backport of #47832

Warning, This backport's changes differ from the original and might be incomplete ⚠️

Todo

  • Review and resolve any conflicts
  • Amend HEAD commit to remove the line stating to skip CI

Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports.

@backportbot backportbot bot added bug 3. to review Waiting for reviews feature: caldav Related to CalDAV internals labels Nov 21, 2024
@backportbot backportbot bot added this to the Nextcloud 28.0.13 milestone Nov 21, 2024
@SebastianKrupinski SebastianKrupinski marked this pull request as ready for review November 21, 2024 14:58
// delete all links that match object uid's
$cmd = $this->db->getQueryBuilder();
$cmd->delete($this->dbObjectInvitationsTable)
->where($cmd->expr()->in('uid', $cmd->createNamedParameter('uids'), IQueryBuilder::PARAM_STR_ARRAY));
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will be addressed + backported here: #49454

@st3iny st3iny force-pushed the backport/47832/stable28 branch from 1526c92 to 95b29e7 Compare November 23, 2024 15:57
@SebastianKrupinski SebastianKrupinski merged commit 385a047 into stable28 Nov 23, 2024
56 checks passed
@SebastianKrupinski SebastianKrupinski deleted the backport/47832/stable28 branch November 23, 2024 17:31
@skjnldsv skjnldsv mentioned this pull request Nov 27, 2024
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review Waiting for reviews bug feature: caldav Related to CalDAV internals
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants