We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3ae4d9a + 986ed7d commit 21e23edCopy full SHA for 21e23ed
1 file changed
lib/Service/CardService.php
@@ -319,7 +319,6 @@ public function update($id, $title, $stackId, $type, $owner, $description = '',
319
$card->setStackId($stackId);
320
$card->setType($type);
321
$card->setOrder($order);
322
- $card->setOwner($owner);
323
$card->setDuedate($duedate ? new \DateTime($duedate) : null);
324
$resetDuedateNotification = false;
325
if (
0 commit comments