Closed (fixed)
Project:
Redirect
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
18 Feb 2026 at 14:14 UTC
Updated:
4 May 2026 at 21:20 UTC
Jump to comment: Most recent
After #2997393: Filter out non-selected roles for the remember_roles setting in views the remember_roles setting of view's exposed filters no longer includes non-selected roles. The shipped views.view.redirect configuration still includes them, however.
-
Remove them.
-
-
-
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
tstoecklerCreated a quick MR. I found this because the exported configuration does not match the active configuration after installation. With this it does.
Comment #5
berdirThese config mismatch issues can be really hairy with BC when its' about new properties as it fails hard on config schema on previous versions, but removing stuff that was never needed is easy enough.