Skip to content

[stable30] fix(CalDAV): do not ignore move command object target uri - #52561

Merged
SebastianKrupinski merged 1 commit into
stable30from
backport/52228/stable30
Apr 30, 2025
Merged

[stable30] fix(CalDAV): do not ignore move command object target uri#52561
SebastianKrupinski merged 1 commit into
stable30from
backport/52228/stable30

Conversation

@backportbot

Copy link
Copy Markdown

Backport of PR #52228

Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
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

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

Argument 3 of OCA\DAV\CalDAV\CalDavBackend::moveCalendarObject cannot be null, possibly null value provided
@SebastianKrupinski
SebastianKrupinski merged commit 3ba981c into stable30Apr 30, 2025
@SebastianKrupinski
SebastianKrupinski deleted the backport/52228/stable30 branch April 30, 2025 16:46
@blizzzblizzz mentioned this pull request May 5, 2025
10 tasks
@nextcloud-botnextcloud-bot mentioned this pull request Sep 18, 2025
@nextcloud-botnextcloud-bot mentioned this pull request Sep 25, 2025
2 tasks
@blizzzblizzz mentioned this pull request Oct 14, 2025
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to reviewWaiting for reviews

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@st3iny@github-advanced-security@SebastianKrupinski