Skip to content

Conversation

@backportbot
Copy link

@backportbot backportbot bot commented Apr 30, 2025

Backport of PR #52228

@backportbot backportbot bot requested review from ChristophWurst and SebastianKrupinski and removed request for SebastianKrupinski and tcitworld April 30, 2025 14:28
@backportbot backportbot bot added the 3. to review Waiting for reviews label Apr 30, 2025
@backportbot backportbot bot added this to the Nextcloud 30.0.11 milestone Apr 30, 2025
try {
return $this->caldavBackend->moveCalendarObject($sourceNode->getCalendarId(), (int)$this->calendarInfo['id'], $sourceNode->getId(), $sourceNode->getOwner(), $this->getOwner());
return $this->caldavBackend->moveCalendarObject(
$sourceNode->getOwner(),

Check notice

Code scanning / Psalm

PossiblyNullArgument Note

Argument 1 of OCA\DAV\CalDAV\CalDavBackend::moveCalendarObject cannot be null, possibly null value provided
return $this->caldavBackend->moveCalendarObject(
$sourceNode->getOwner(),
$sourceNode->getId(),
$this->getOwner(),

Check notice

Code scanning / Psalm

PossiblyNullArgument Note

Argument 3 of OCA\DAV\CalDAV\CalDavBackend::moveCalendarObject cannot be null, possibly null value provided
@SebastianKrupinski SebastianKrupinski merged commit 3ba981c into stable30 Apr 30, 2025
188 of 197 checks passed
@SebastianKrupinski SebastianKrupinski deleted the backport/52228/stable30 branch April 30, 2025 16:46
@blizzz blizzz mentioned this pull request May 5, 2025
10 tasks
@nextcloud-bot nextcloud-bot mentioned this pull request Sep 25, 2025
2 tasks
@blizzz blizzz mentioned this pull request Oct 14, 2025
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants