Fixed
Project:
Sites
Version:
1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
16 Jun 2026 at 07:36 UTC
Updated:
21 Jun 2026 at 11:30 UTC
Jump to comment: Most recent
Gin adds the node edit form sidebar to modal dialogs.
Open the “Change site assignment for this [content type]” modal.
An empty sidebar element is rendered at the bottom of the modal and appears cut off.
The modal form is now built with the _wrapper_format query parameter temporarily set to drupal_modal, so themes like Gin can correctly detect it as a modal request. This prevents Gin from adding node-edit-form-specific UI elements, such as the sidebar/meta fields, to the Sites selection modal.
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 #3
gashunk commentedAdded a patch to solve this.
Comment #5
hydra commented