core
core copied to clipboard
fix: parameters added on violations list
| Q | A |
|---|---|
| Branch? | 2.6 |
| Tickets | |
| License | MIT |
| Doc PR |
During validation process the parameters of the constraint violations are skipped while normalizing and thus missing in the response. This makes impossible to pass parameters in the result in cases where the translations are not done in php. This PR fixes that issue.