Skip to content

2.8.1 not BC with 2.8.0 - missing 'class' for collections using 'entry_type' of EntityType #17269

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

Closed
sgilberg opened this issue Jan 5, 2016 · 3 comments
Labels

Comments

@sgilberg
Copy link

sgilberg commented Jan 5, 2016

I had diligently updated all my deprecated methods and options after upgrading to 2.8.0, and then when I ran composer and it moved to 2.8.1, all my forms that used collections of related entities broke. I had updated 'options' to 'entry_options' in all my form builders. Now I see the error "The required option "class" is missing." I have 'class' defined in my entry_options. It appears 'entry_options' is no longer being used in 2.8.1?

I have reverted to 2.8.0 temporarily pending further guidance.

@xabbuh
Copy link
Member

xabbuh commented Jan 5, 2016

We had a regression in 2.8.1 which was fixed by #17162 (this isn't released yet but will be part of 2.8.2). Can you confirm that that patch works for you too?

@xabbuh xabbuh added the Form label Jan 5, 2016
@sgilberg
Copy link
Author

sgilberg commented Jan 5, 2016

Ah, thanks @xabbuh ! Sorry I missed that one. That works for me.

@sgilberg sgilberg closed this as completed Jan 5, 2016
@gondo
Copy link
Contributor

gondo commented Jan 5, 2016

just the note for everyone else looking for a fix:
#17162 was merged 7days ago, latest release was S2.8.1 released 10days ago, so this will be fixed in the next releass S2.8.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants