Closed
Description
Actualy name converter is used in (de)normalization of the object.
But it should also be used in several locations:
- In violation's propertyPath
"violations": [
{
"message": "This value should not be blank.",
"propertyPath": "content" <== here
}
]
- In filters =>
http://localhost:8000/api/offers?price=10
price should be denormalized - or in
/offers?order[name]=desc&order[id]=asc
.