Add hasBasketSupport for TimePeriods

This commit is contained in:
André Nähring 2022-06-02 15:55:35 +02:00 committed by Eric Lippmann
parent 853efc8c6d
commit 1835661850
1 changed files with 5 additions and 0 deletions

View File

@ -30,4 +30,9 @@ class TimeperiodController extends ObjectController
$this->content()->add($form->handleRequest());
IcingaTimePeriodRangeTable::load($object)->renderTo($this);
}
protected function hasBasketSupport()
{
return true;
}
}