- Issue created by @davidiio
- 🇧🇪Belgium davidiio
Hello again,
Duration seems to be properly updated when using code like this:
$entity->{$start_field}[$delta]->duration = ($entity->{$end_field}[$delta]->end_value - $entity->{$start_field}[$delta]->value) / 60;
But I would really appreciate if someone with mre knowledge about smart_date could check if this is a bug or not and if my approach is correct.
Thanks :)