Skip to content

Commit 986ed7d

Browse files
samin-zbackportbot[bot]
authored andcommitted
owner should not get updated when updating card
Signed-off-by: samin-z <samin.zavarkesh@gmail.com>
1 parent 3ae4d9a commit 986ed7d

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
@@ -319,7 +319,6 @@ public function update($id, $title, $stackId, $type, $owner, $description = '',
319319
$card->setStackId($stackId);
320320
$card->setType($type);
321321
$card->setOrder($order);
322-
$card->setOwner($owner);
323322
$card->setDuedate($duedate ? new \DateTime($duedate) : null);
324323
$resetDuedateNotification = false;
325324
if (

0 commit comments

Comments
 (0)