Merge pull request #5492 from nextcloud/backport/5491/stable28
[stable28] fix(done): Mark card as undone when updating card
This commit is contained in:
@@ -355,6 +355,8 @@ class CardService {
|
|||||||
}
|
}
|
||||||
if ($done !== null) {
|
if ($done !== null) {
|
||||||
$card->setDone($done->getValue());
|
$card->setDone($done->getValue());
|
||||||
|
} else {
|
||||||
|
$card->setDone(null);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user