Skip to content

Commit c034e59

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 8b7367a commit c034e59

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
@@ -292,7 +292,6 @@ public function update($id, $title, $stackId, $type, $owner, $description = '',
292292
$card->setStackId($stackId);
293293
$card->setType($type);
294294
$card->setOrder($order);
295-
$card->setOwner($owner);
296295
$card->setDuedate($duedate ? new \DateTime($duedate) : null);
297296
$resetDuedateNotification = false;
298297
if (

0 commit comments

Comments
 (0)