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

Command icon 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

tstoeckler created an issue. See original summary.

tstoeckler’s picture

Created a quick MR. I found this because the exported configuration does not match the active configuration after installation. With this it does.

  • berdir committed 79f03e86 on 8.x-1.x authored by tstoeckler
    fix: #3574271 Remove disabled roles from the remember_roles views...
berdir’s picture

Status: Needs review » Fixed

These 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.

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.