Skip to content

Commit ec9b905

Browse files
authored
Merge pull request #7856 from nextcloud/backport/7650/stable29
[stable29] owner should not get updated when updating card
2 parents 4e80e2f + c670a18 commit ec9b905

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
@@ -339,7 +339,6 @@ public function update($id, $title, $stackId, $type, $owner, $description = '',
339339
$card->setStackId($stackId);
340340
$card->setType($type);
341341
$card->setOrder($order);
342-
$card->setOwner($owner);
343342
$card->setDuedate($duedate ? new \DateTime($duedate) : null);
344343
$resetDuedateNotification = false;
345344
if (

0 commit comments

Comments
 (0)