Skip to content

Nested collections not working with external errors dot paths notation #169

@victorgarciaesgi

Description

@victorgarciaesgi

Hello!
Sorry for the delay on the feedback, I was unable to test it.

For me it only worked on a first level array, like:
"players.0.name": "Pepito is a very ugly name" ✅ Works and error is stored

But errors like this one did not work:
"players.1.shoes": "Player needs more than one pair of shoes to play" ❌ Does not work, error not stored (shoes being a collection)
"players.0.shoes.0.id": "Shoe ID does not exist" ❌ Does not work, error not stored

I don't know if it is a mistake on my side or a bug. I have little time this days to investigate.

Originally posted by @bpuig in #147 (comment)

Metadata

Metadata

Labels

CorebugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions