feat(event): suspend event dates instead of cancelling
This commit is contained in:
@@ -23,7 +23,7 @@ class EffectiveEventDateResolver
|
||||
$visited[$identity] = true;
|
||||
|
||||
if ($current->rescheduled_to_event_date_id === null) {
|
||||
return $current->cancelled_at === null ? $current : null;
|
||||
return $current->suspended_at === null ? $current : null;
|
||||
}
|
||||
|
||||
$current->loadMissing('rescheduledTo');
|
||||
|
||||
Reference in New Issue
Block a user