ui_patterns icon indicating copy to clipboard operation
ui_patterns copied to clipboard

Ensure ui pattern field group form hooks run last

Open swim opened this issue 3 years ago • 0 comments

The field group module reorders form alter hooks to make theirs run last. The ui pattern field group module adds a submit handler to the front of the submit array but for this to work as expected the field_group form alter needs to run before. This patch ensures the ui pattern field group form alters run after field_group, setting the correct submit handler order.

Please see, https://git.drupalcode.org/project/field_group/-/commit/dbdf8ba3962b4f8595436eb9153eb32f9b10900b

swim avatar Jan 13 '22 03:01 swim