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 dbc05ed + 17c40d6 commit bd49938Copy full SHA for bd49938
1 file changed
lib/Service/CardService.php
@@ -292,7 +292,6 @@ public function update($id, $title, $stackId, $type, $owner, $description = '',
292
$card->setStackId($stackId);
293
$card->setType($type);
294
$card->setOrder($order);
295
- $card->setOwner($owner);
296
$card->setDuedate($duedate ? new \DateTime($duedate) : null);
297
$resetDuedateNotification = false;
298
if (
0 commit comments