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
GuySartorelli
changed the title
TODO: FormField - Add deep merging of arrays like data and attributes
Merge arrays recursively for FormField::setSchemaState and FormField::setSchemaData
Oct 25, 2023
Description
Add deep merging of arrays like
data
andattributes
into FormField::setSchemaData and FormField::setSchemaState.Probably just use
ArrayLib::array_merge_recursive()
See:
silverstripe-framework/src/Forms/FormField.php
Line 1429 in cf78a9d
See:
silverstripe-framework/src/Forms/FormField.php
Line 1505 in cf78a9d
The text was updated successfully, but these errors were encountered: