-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix collection's serialization #27
base: master
Are you sure you want to change the base?
fix collection's serialization #27
Conversation
(sorry for commit's name :/) |
@NicolasBadey you could fix it by amending the commit and forcing the push @adrienbrault the functional tests are broken when symfony 2.2 deps are installed. |
@stof Thks, tests fixed |
|
||
$this->assertXmlElementEquals(<<<XML | ||
<form> | ||
<input type="text" name="form[service][__name__][timeId]" required="required"/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is wrong, theses should be in an attribute named data-prototype
on the root form node
No description provided.