mirror of
https://github.com/grocy/grocy.git
synced 2025-08-13 01:06:23 +00:00
Make it possible to hide chores/batteries (closes #1069)
This commit is contained in:
@@ -22,7 +22,6 @@ class ChoresApiController extends BaseApiController
|
||||
if ($choreId === null)
|
||||
{
|
||||
$chores = $this->getDatabase()->chores();
|
||||
|
||||
foreach ($chores as $chore)
|
||||
{
|
||||
$this->getChoresService()->CalculateNextExecutionAssignment($chore->id);
|
||||
|
Reference in New Issue
Block a user