fix: ensure skipass is selected

This commit is contained in:
Björn Fromme
2025-10-15 11:40:51 +02:00
parent 6e818c3480
commit ead2c092da
+3
View File
@@ -74,7 +74,10 @@ class ParticipantDto
public array $courses = []; public array $courses = [];
public array $additionalServices = []; public array $additionalServices = [];
#[Assert\NotNull(message: 'Bitte auswählen', groups: ['booking_edit', 'booking_create_step_2'])]
public ?Service $skiPass = null; public ?Service $skiPass = null;
public array $board = []; public array $board = [];
public array $rentals = []; public array $rentals = [];
public ?Service $rentalInsurance = null; public ?Service $rentalInsurance = null;