Allow editing and creation of dates within event

Relates: #9471
This commit is contained in:
Daniel Siepmann 2021-11-23 08:28:22 +01:00
parent c38241f351
commit 809ef032f4

View file

@ -482,9 +482,9 @@ return [
'expandSingle' => 1,
'enabledControls' => array(
'info' => false,
'new' => false,
'dragdrop' => false,
'sort' => false,
'new' => true,
'dragdrop' => true,
'sort' => true,
'hide' => false,
'delete' => true,
'localize' => false,