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

ISO images link to the wrong directory #1176

Open
hellcp opened this issue Mar 29, 2022 · 2 comments
Open

ISO images link to the wrong directory #1176

hellcp opened this issue Mar 29, 2022 · 2 comments
Labels

Comments

@hellcp
Copy link
Member

hellcp commented Mar 29, 2022

Describe the bug
ISO images listed on download/appliance pages link to the wrong place

To Reproduce
Steps to reproduce the behavior:

  1. Go to https://software.opensuse.org/download/appliance?project=OBS:Server:2.10
  2. Click on ISO, and then any of the entries
  3. Discover that the file doesn't exist

Expected behavior
The link is correct and allows you to download the image

Additional context
If you have a look at the code, the links are generated in the view, and not in the controller, based on the filename only, which is the main source of this issue tbh.

@hennevogel
Copy link
Member

More like a missing /iso/ in the url

@hellcp
Copy link
Member Author

hellcp commented Mar 30, 2022

Yeah, I forgot to mention that, that being said, the links should be generated in the controller, just in case we add additional directories there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants