Skip to content

Extend usage of name converter #78

Closed
@jderusse

Description

@jderusse

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions