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 4e80e2f + c670a18 commit ec9b905Copy full SHA for ec9b905
1 file changed
lib/Service/CardService.php
@@ -339,7 +339,6 @@ public function update($id, $title, $stackId, $type, $owner, $description = '',
339
$card->setStackId($stackId);
340
$card->setType($type);
341
$card->setOrder($order);
342
- $card->setOwner($owner);
343
$card->setDuedate($duedate ? new \DateTime($duedate) : null);
344
$resetDuedateNotification = false;
345
if (
0 commit comments