Add hasBasketSupport for TimePeriods
This commit is contained in:
parent
853efc8c6d
commit
1835661850
|
@ -30,4 +30,9 @@ class TimeperiodController extends ObjectController
|
|||
$this->content()->add($form->handleRequest());
|
||||
IcingaTimePeriodRangeTable::load($object)->renderTo($this);
|
||||
}
|
||||
|
||||
protected function hasBasketSupport()
|
||||
{
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue