Skip to content

Commit

Permalink
Add hasBasketSupport for TimePeriods
Browse files Browse the repository at this point in the history
  • Loading branch information
adaevitncar committed Jun 2, 2022
1 parent 4692b28 commit 801809f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions application/controllers/TimeperiodController.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,9 @@ public function rangesAction()
$this->content()->add($form->handleRequest());
IcingaTimePeriodRangeTable::load($object)->renderTo($this);
}

protected function hasBasketSupport()
{
return true;
}
}

0 comments on commit 801809f

Please sign in to comment.