Closed (fixed)
Project:
Sites group
Version:
1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
21 May 2026 at 07:47 UTC
Updated:
7 Jul 2026 at 20:05 UTC
Jump to comment: Most recent
Sites will get a new 'title' setting. When creating a new group, it would be great to have a mechanism that maps the site's title to the group entity label.
In addition to that: for the existing groups, there's an update script needed, which maps the current group-labels to the new sites setting 'title', for consistency.
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
drupatz commentedComment #6
harlor commentedI opened a new MR because:
1. I'd prefer to set the group label on entity save instead of the form (Otherwise it won't work without the form)
2. If possible I would avoid drush deploy hooks in contrib modules - we can't be sure if anyone uses drush
Comment #11
hydra commented