fix: validate mandatory services selection

This commit is contained in:
Björn Fromme
2026-02-25 17:09:13 +01:00
parent d33ff9779c
commit f705a851c2
4 changed files with 291 additions and 0 deletions
+1
View File
@@ -19,6 +19,7 @@ use Symfony\Component\Validator\Context\ExecutionContextInterface;
*/
#[AppAssert\PurchaseVoucher(groups: ['booking_create', 'booking_edit'])]
#[AppAssert\PromoVoucher(groups: ['booking_create', 'booking_edit'])]
#[AppAssert\MandatoryAdditionalServicesSelected(groups: ['booking_create', 'booking_edit'])]
class ParticipantEditDto
{
public function __construct(