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
Line FormFactory.php:242 breaks nested configuration.
Example case - I have a form, which has a subform, which has a component that needs to receive some parameters. In order to do that I make nested configuration.
Unfortunately, using array_replace() instead of array_replace_recursive() makes the whole subarray to be replaced if I specify only one of the settings, while I expected the default options to be used.
I've tried to pull request from my forked copy with a fix for this, but github wants me to sent the request having 14 other commits, which are clearly not mine. Please, someone fix it and push a PR :)
The text was updated successfully, but these errors were encountered:
@dinamic if you have extra commits in it, it probably means that you are not sending the PR to the right target. If you based your work on the 2.0 branch, take care to send the PR to the 2.0 branch too
Line FormFactory.php:242 breaks nested configuration.
Example case - I have a form, which has a subform, which has a component that needs to receive some parameters. In order to do that I make nested configuration.
Unfortunately, using array_replace() instead of array_replace_recursive() makes the whole subarray to be replaced if I specify only one of the settings, while I expected the default options to be used.
I've tried to pull request from my forked copy with a fix for this, but github wants me to sent the request having 14 other commits, which are clearly not mine. Please, someone fix it and push a PR :)
The text was updated successfully, but these errors were encountered: