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

No URL-encoding for package names used in koji URLs #5272

Closed
dschwoerer opened this issue Apr 25, 2023 · 0 comments · Fixed by #5284
Closed

No URL-encoding for package names used in koji URLs #5272

dschwoerer opened this issue Apr 25, 2023 · 0 comments · Fixed by #5284
Labels
EasyFix These are good issues to get started with if you are new to the project low-trouble medium-gain WebUI Issues pertaining to Bodhi's web interface

Comments

@dschwoerer
Copy link

Similar to #4095 + isn't encoded in links to koji.

Steps to reproduce
1. visit https://bodhi.fedoraproject.org/updates/FEDORA-2020-8aa8793d25
2. visit tab 'Builds'
3. click on koji link

Expected Result
See koji build for hylafax+, correct URL:

https://koji.fedoraproject.org/koji/search?terms=hylafax%2b-7.0.3-1.fc31&type=build&match=exact

Actual Result No Bodhi updates visible, URL displayed:

https://koji.fedoraproject.org/koji/search?terms=hylafax+-7.0.3-1.fc31&type=build&match=exact

@mattiaverga mattiaverga added EasyFix These are good issues to get started with if you are new to the project WebUI Issues pertaining to Bodhi's web interface low-trouble medium-gain labels Apr 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
EasyFix These are good issues to get started with if you are new to the project low-trouble medium-gain WebUI Issues pertaining to Bodhi's web interface
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants