Problem/Motivation
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.
Steps to reproduce
-
Proposed resolution
Remove them.
Remaining tasks
User interface changes
-
API changes
-
Data model changes
-
Issue fork redirect-3574271
Show commands
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.