mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-26 23:34:10 +02:00
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());
|
$this->content()->add($form->handleRequest());
|
||||||
IcingaTimePeriodRangeTable::load($object)->renderTo($this);
|
IcingaTimePeriodRangeTable::load($object)->renderTo($this);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
protected function hasBasketSupport()
|
||||||
|
{
|
||||||
|
return true;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user