Skip to content

FieldList can not show internal field message errors #63

@Serbel97

Description

@Serbel97

FieldsList does not show error message of internal fields.

contact_numbers = FieldList(field=fields.CharField(max_length=17), required=True)
"validation_errors": [
    {
      "code": "max_length",
      "message": "",
      "path": [
        "contact_numbers",
        0
      ]
    }
  ]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions