egeloen / IvoryOrderedFormBundle

Provides a form ordering support for your Symfony2 project.
https://github.com/egeloen/ivory-ordered-form
MIT License
49 stars 11 forks source link

Formtype choice leads to an exception with Symfony 2.4 #8

Closed daFish closed 10 years ago

daFish commented 10 years ago

When using version 1.0 of the bundle the use of the choice-formtype doesn't work anymore. An array to string conversion is yielded coming from Symfony\Component\Form\Extension\Core\ChoiceList::fixIndex($index) were $index is somehow an array. Using version 0.9.1 of the bundle works as expected.

egeloen commented 10 years ago

Sounds definitively weird :s I'm sorry but I have no time to debug it right now... Aren't you digging into #7?

egeloen commented 10 years ago

Your issue is fixed by the referenced PR just above! Just need to updade your deps.

daFish commented 10 years ago

@egeloen Great. Works fine. Thank you very much.