Yuri Maltsev

Results 7 comments of Yuri Maltsev

@semonte I also tried to play around to understand the reason, but no luck. I have 2 suggestions: - first of all to add the "Open in browser" feature to...

TODO: write tests to check if symfony works with two-dimensional arrays of constraints

Thanks for the link. I didn't know about this feature. I'll add implementation for that

@hanneskaeufler hi, could you help me reproduce this bug. I've created the [parent form](https://github.com/formapro/JsFormValidatorBundle/blob/JsFormValidatorBundle-30/Tests/TestBundles/DefaultTestBundle/Form/NestedCollection/ParentFormType.php), child [step1 subform](https://github.com/formapro/JsFormValidatorBundle/blob/JsFormValidatorBundle-30/Tests/TestBundles/DefaultTestBundle/Form/NestedCollection/StepFormType.php) that contains a collection of [tags](https://github.com/formapro/JsFormValidatorBundle/blob/JsFormValidatorBundle-30/Tests/TestBundles/DefaultTestBundle/Form/NestedCollection/MyTagType.php). Then I've created [this controller](https://github.com/formapro/JsFormValidatorBundle/blob/JsFormValidatorBundle-30/Tests/TestBundles/DefaultTestBundle/Controller/NestedCollectionController.php). When I...

hi, I think I have a similar issue, I'll check the suggested workaround, but I also would like to mention my case here, to add it to the context: I...

Ah, my apologies, I missed the `test` part. Then everything is all right. > though I'm not sure if the additional maintenance costs justify adding a new module I understand....

It seems you need to wrap it as many times as amount of sequential arrays on the way to the matched value. In the next example `content` is a collection...