fix: remove incorrect validation group
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user