Closed (fixed)
Project:
Gutenberg
Version:
3.0.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Feb 2026 at 09:13 UTC
Updated:
4 Mar 2026 at 14:10 UTC
Jump to comment: Most recent
When building the metabox field group, the current logic does not account for fields that are already in a #group. These fields may be unintentionally reassigned to metabox_fields and breaking the form structure. We've run into this with the Scheduler module.
Ensure form items that have a group assigned to are not moved into metabox_fields.
Add MR.
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #6
codebymikey commentedThanks for the fix!
Comment #8
codebymikey commented