Closed (fixed)
Project:
Drupal core
Version:
11.x-dev
Component:
field_ui.module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
23 Feb 2026 at 16:03 UTC
Updated:
31 Mar 2026 at 18:35 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #3
longwaveComment #4
godotislateChanges are minimal and tests pass. lgtm
Comment #5
sivaji_ganesh_jojodae commentedMerge conflicts must be resolved.
Comment #6
longwaveRebased, back to RTBC.
Comment #7
sivaji_ganesh_jojodae commentedThe merge conflict is still there.
Comment #8
longwaveRebased again. There have been multiple large baseline changes recently and they all conflict with each other unfortunately.
Comment #9
sivaji_ganesh_jojodae commentedThe pipeline was initially failing due to issue #3578653. After rebasing, the pipeline is successful now.
Comment #10
godotislateWas going to merge this one, until I noticed I was the only one with an approving review. If anyone else can check and +1 for RTBC, I can merge.
Comment #11
mstrelan commentedI reviewed the changes and they look good. I also checked out the branch and rebased locally on main, then regenerated the baseline to see if there was any difference and there was none.
The only concern I had was if
\Drupal\Core\Field\FieldTypePluginManager::getGroupedDefinitionsever returned an array with indexes that weren't strings, then the type for::getFieldFromGroupwould be wrong, but I can see we're already explicitly casting to a string in\Drupal\Core\Field\FieldTypePluginManager::getGroupedDefinitions.RTBC++
Comment #14
godotislateCommitted 4ce9926 and pushed to main. Thanks!
Changes do not apply to 11.x, so would need another MR for that if we want to backport.
Comment #15
longwaveComment #17
drumm(Updating to resolve Drupal.org issue indexing issue, please disregard)
Comment #18
longwaveComment #19
longwaveComment #20
smustgrave commentedSeems like a good 11.x fork. testFilterTips seems random
Comment #23
godotislateCommitted 4d6e234 and pushed to 11.x. Thanks!