Skip to content

Commit 42db06e

Browse files
authored
Merge pull request #7852 from nextcloud/backport/7650/stable33
[stable33] owner should not get updated when updating card
2 parents 9271aed + febe341 commit 42db06e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lib/Service/CardService.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,6 @@ public function update(int $id, string $title, int $stackId, string $type, strin
274274
$card->setStackId($stackId);
275275
$card->setType($type);
276276
$card->setOrder($order);
277-
$card->setOwner($owner);
278277
$card->setDuedate($duedate ? new \DateTime($duedate) : null);
279278
$resetDuedateNotification = false;
280279
if (

0 commit comments

Comments
 (0)