From 2648bd2c6de765ae27f14b6ec8b2d62f66214b0f Mon Sep 17 00:00:00 2001 From: Marcel Diegelmann Date: Tue, 8 Jul 2025 09:05:53 +0200 Subject: [PATCH] =?UTF-8?q?F=C3=BCge=20Validierung=20f=C3=BCr=20zyklische?= =?UTF-8?q?=20Baugruppenreferenzen=20hinzu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Eine neue Validierung wurde implementiert, um zyklische Referenzen in Baugruppen zu erkennen. Entsprechende Fehlertexte wurden in allen unterstützten Sprachen hinzugefügt. Zudem wurde der Validator in die Entität AssemblyBOMEntry integriert. --- .../Constraints/AssemblySystem/AssemblyCycleValidator.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Validator/Constraints/AssemblySystem/AssemblyCycleValidator.php b/src/Validator/Constraints/AssemblySystem/AssemblyCycleValidator.php index f12f19a7..4f4d8dff 100644 --- a/src/Validator/Constraints/AssemblySystem/AssemblyCycleValidator.php +++ b/src/Validator/Constraints/AssemblySystem/AssemblyCycleValidator.php @@ -166,4 +166,4 @@ class AssemblyCycleValidator extends ConstraintValidator $buildViolation->addViolation(); } } -} \ No newline at end of file +}