Closed (fixed)
Project:
Sites Redirect
Version:
1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
23 Jun 2026 at 17:42 UTC
Updated:
7 Jul 2026 at 17:50 UTC
Jump to comment: Most recent
On the redirect admin view, the exposed "Site" filter is a plain text input
that requires typing the raw site ID. Admins should be able to filter by site
label instead.
In `SitesRedirectViewsHooks::formViewsExposedFormAlter()`, switch the exposed
`site_id` filter to the `site_select` element. Keep it hidden on non-default
sites (they are already scoped to their own redirects), and guard the view
lookup against non-`ViewExecutable` values.
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
hydra commented