- Issue created by @sunlix
- 🇩🇪Germany sunlix Wesel
I digged a little bit into it.
I think the main problem is that if
custom
is the only allowed value in theduration_increments
you can't setcustom
for thedefault_duration
. It will be casted to0
because the config schema requires integer.By that in the smart_date.js the
setInitialDuration
function hide the end date and end time field.
This hiding is intended for non custom values. Butduration
can't be initially set tocustom
due to the integer casting fordefault_duration