You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm risking the use of the new Symfony 3.1 with this not 100% compatible BraincraftedBootstrapBundle 👍
Normally everything works really really great! 🎉
But I have a problem with collections and it seems like that the type is ignored.
An exception has been thrown during the rendering of a template ("Catchable Fatal Error: Object of class AppBundle\Entity\RecipeIngredient could not be converted to string") in vendor\braincrafted\bootstrap-bundle\Braincrafted\Bundle\BootstrapBundle\Resources\views\Form\bootstrap.html.twig at line 52.
My idea:
If I check the line 15 (not 52) I see this:
{% block form_widget_simple %}
And the system shows the same error message all the time. With "type" attribute and without. - Always the same error.
The system is using this simple field - but it is a collection...
So maybe you can give me more ideas to fix it by myself or maybe you can help by fixing this 👍
Thanks in Advance for anything 👍
The text was updated successfully, but these errors were encountered:
I also get deprication warnings even if I use entry_type.The BootstrapCollectionType still uses it too I believe. This needs to be fixed too. Correct me if I am wrong, but I think if it isn't, you would need to specify the type everytime after symfony 3.0. Even for text types as that is defined as default in the BootstrapCollectionType.
Hey guys,
I'm risking the use of the new Symfony 3.1 with this not 100% compatible BraincraftedBootstrapBundle 👍
Normally everything works really really great! 🎉
But I have a problem with collections and it seems like that the
type
is ignored.Example form
RecipeType
:And then I have this type
RecipeIngredientType
:The error message:
My idea:
If I check the line 15 (not 52) I see this:
And the system shows the same error message all the time. With "type" attribute and without. - Always the same error.
The system is using this simple field - but it is a collection...
So maybe you can give me more ideas to fix it by myself or maybe you can help by fixing this 👍
Thanks in Advance for anything 👍
The text was updated successfully, but these errors were encountered: