fix: ensure skipass is selected
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user