Validator calls
| Path | Message | Invalid value | Violation |
|---|---|---|---|
| solutionTitle | Dieser Wert sollte nicht leer sein. | null |
Symfony\Component\Validator\ConstraintViolation {#1930 -message: "Dieser Wert sollte nicht leer sein." -messageTemplate: "This value should not be blank." -parameters: [ "{{ value }}" => "null" ] -plural: null -root: App\Entity\Solution {#1773 -id: ? int -defect: App\Entity\Defect {#1918 …} -solutionTitle: ? string -solutionText: "" -isDeactivated: false #createdAt: null #updatedAt: null #deletedAt: null } -propertyPath: "solutionTitle" -invalidValue: null -constraint: Symfony\Component\Validator\Constraints\NotBlank {#1878 …} -code: "c1051bb4-d103-4f74-8988-acbcafc7fdc3" -cause: null } |
| solutionText | Dieser Wert sollte nicht leer sein. | "" |
Symfony\Component\Validator\ConstraintViolation {#2015 -message: "Dieser Wert sollte nicht leer sein." -messageTemplate: "This value should not be blank." -parameters: [ "{{ value }}" => """" ] -plural: null -root: App\Entity\Solution {#1773 -id: ? int -defect: App\Entity\Defect {#1918 …} -solutionTitle: ? string -solutionText: "" -isDeactivated: false #createdAt: null #updatedAt: null #deletedAt: null } -propertyPath: "solutionText" -invalidValue: "" -constraint: Symfony\Component\Validator\Constraints\NotBlank {#1887 …} -code: "c1051bb4-d103-4f74-8988-acbcafc7fdc3" -cause: null } |