Skip to content

Validation of list:true fields - missing indexes #9

@adrians5j

Description

@adrians5j

Currently, for list: true fields, we just iterate over values, and if a value is invalid, we throw an error and stop the process.

And even more importantly, the error that is thrown, doesn't tell on which index in the list the error occurred, just the field name.

image

In previous version, we had the exact index, so let's try to bring that back.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions