Closed (fixed)
Project:
Domain
Version:
3.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
20 Feb 2026 at 16:06 UTC
Updated:
7 Mar 2026 at 16:05 UTC
Jump to comment: Most recent
admin/config/domain/alias/drupal_localhost/add is missing form labels for the Environment and Redirect fields
Add form labels for Environment, Redirect in Domain alias form
Environment, Redirect fields in Domain alias form have a form label
None
None
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 #4
mably commentedAdded missing
#titleproperties to the Redirect and Environment select fields in the domain alias form.Without
#title, these fields render without visible labels, which breaks accessibility (no<label>element for screen readers) and makes the form harder to use visually — users have to guess what each dropdown controls based on the description text alone.Comment #6
mably commented