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
In trying to fix some 2.8 deprecation warnings and I've come across an issue where entry_options are not passing to the underlying formType. I'm not sure if this is me or its a bug, but I'll try to explain as clearly as I can.
The required options "school", "version_type" are missing.
Using xdebug to see whats being passed where, it seems that the entry_options are not making it through to the child BudgetVersionTableType::class which needs them.
The text was updated successfully, but these errors were encountered:
In trying to fix some 2.8 deprecation warnings and I've come across an issue where entry_options are not passing to the underlying
formType
. I'm not sure if this is me or its a bug, but I'll try to explain as clearly as I can.using a
CollectionType
form field as follows:Parent form
child form
error:
Using xdebug to see whats being passed where, it seems that the
entry_options
are not making it through to the childBudgetVersionTableType::class
which needs them.The text was updated successfully, but these errors were encountered: