Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update event API, editing series should reflect in changed date. DDFH…
…ER-132 As we use inheritance, we want an updated series to also reflect in the updatedAt API property. We could implement this, by programmatically saving all instances when the series is saved, but this may have unforseen consequences, as it is running against the Drupal system. Instead, we'll look up the instance and series changed dates, and take which ever is newer.
- Loading branch information