We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
When you try to search for users in the "Scoped Admins" feature, you can't find any users if the end of the URL contains something like ?locale=en.
?locale=en
Example: https://your.decidim.host/admin/decidim_awesome/config/admins?locale=en
In the dev tools you will see requests to this URL that contains 2 "?":
https://decidim-audit-org.participation.works/admin/decidim_awesome/users?locale=en?term=pentester%2Bdecidimawesomescopedadmin%40pentest.ait.ac.at
To Reproduce
See above
Expected behavior
To return users matching the query.
Desktop (please complete the following information):
Additional context
I tried it with the develop branch commit 7b356fe
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
When you try to search for users in the "Scoped Admins" feature, you can't find any users if the end of the URL contains something like
?locale=en
.Example: https://your.decidim.host/admin/decidim_awesome/config/admins?locale=en
In the dev tools you will see requests to this URL that contains 2 "?":
https://decidim-audit-org.participation.works/admin/decidim_awesome/users?locale=en?term=pentester%2Bdecidimawesomescopedadmin%40pentest.ait.ac.at
To Reproduce
See above
Expected behavior
To return users matching the query.
Desktop (please complete the following information):
Additional context
I tried it with the develop branch commit 7b356fe
The text was updated successfully, but these errors were encountered: