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.
1 parent 47ffee2 commit 1781c4cCopy full SHA for 1781c4c
lib/private/TaskProcessing/Db/Task.php
@@ -126,7 +126,7 @@ public static function fromPublicTask(OCPTask $task): self {
126
'scheduledAt' => $task->getScheduledAt(),
127
'startedAt' => $task->getStartedAt(),
128
'endedAt' => $task->getEndedAt(),
129
- 'allowCleanup' => $task->getAllowCleanup(),
+ 'allowCleanup' => $task->getAllowCleanup() ? 1 : 0,
130
]);
131
return $taskEntity;
132
}
0 commit comments