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 9271aed + febe341 commit 42db06eCopy full SHA for 42db06e
1 file changed
lib/Service/CardService.php
@@ -274,7 +274,6 @@ public function update(int $id, string $title, int $stackId, string $type, strin
274
$card->setStackId($stackId);
275
$card->setType($type);
276
$card->setOrder($order);
277
- $card->setOwner($owner);
278
$card->setDuedate($duedate ? new \DateTime($duedate) : null);
279
$resetDuedateNotification = false;
280
if (
0 commit comments