mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 12:20:22 +00:00
Recalculate chore assignments when undoing an execution (fixes #2278)
This commit is contained in:
@@ -243,6 +243,8 @@ class ChoresService extends BaseService
|
||||
'undone' => 1,
|
||||
'undone_timestamp' => date('Y-m-d H:i:s')
|
||||
]);
|
||||
|
||||
$this->CalculateNextExecutionAssignment($logRow->chore_id);
|
||||
}
|
||||
|
||||
public function MergeChores(int $choreIdToKeep, int $choreIdToRemove)
|
||||
|
Reference in New Issue
Block a user