Skip to content

Commit 5daa3a8

Browse files
authored
Add hasBasketSupport for TimePeriods (#2543)
This adds the missing "hasBasketSupport" for TimePeriodController which allows to add the TimePeriod to specific baskets.
2 parents 853efc8 + 1835661 commit 5daa3a8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

application/controllers/TimeperiodController.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,9 @@ public function rangesAction()
3030
$this->content()->add($form->handleRequest());
3131
IcingaTimePeriodRangeTable::load($object)->renderTo($this);
3232
}
33+
34+
protected function hasBasketSupport()
35+
{
36+
return true;
37+
}
3338
}

0 commit comments

Comments
 (0)