From d6c2cfaf1c30fa0f21f8d69ed2926136892be708 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Fromme?= Date: Tue, 8 Sep 2026 16:25:43 +0200 Subject: [PATCH] fix: remove incorrect validation group --- src/Entity/Groups/AccommodationBooking.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Entity/Groups/AccommodationBooking.php b/src/Entity/Groups/AccommodationBooking.php index 2fc3592..e8e54e3 100644 --- a/src/Entity/Groups/AccommodationBooking.php +++ b/src/Entity/Groups/AccommodationBooking.php @@ -164,7 +164,6 @@ class AccommodationBooking implements BlameableEntityInterface, TimestampableEnt #[Assert\Expression( 'null === this.getTotalDiscount() or (null !== value and "" !== value)', message: 'Bitte eine Bezeichnung für den Rabatt angeben.', - groups: ['edit'], )] private ?string $totalDiscountLabel = null;