Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set permissions link from Roles page doesn't apply role filter #2

Closed
yorkshire-pudding opened this issue Sep 24, 2022 · 0 comments
Closed
Assignees
Labels
bug Something isn't working

Comments

@yorkshire-pudding
Copy link
Collaborator

Steps to reproduce

  1. Navigate to the /admin/config/people/roles page
  2. Next to a role, click on the dropbutton and then click on 'Set permissions'

Expected result
Permissions page is loaded filtered to just that role

Actual result
Permissions page is loaded with previous filters intact

Note
The cause of this is the shift from numeric role ids under Drupal 7 to machine name role ids under Backdrop. The old code is looking for numeric at the end but that won't work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant