#3470 Uploading images to new Pagure issues does not correctly attach image
Closed: Fixed Opened by jflory7.

Summary

3469 attached an image in a new issue, but the image did not correctly attach (links to a non-existent location in attachment and in issue comment field)

Background

I uploaded an image to a new issue to help but the image failed to upload correctly. It appears as an attachment in the issue and as a placeholder in the comment field, but opening either returns a 404 error.

Details

It's unclear if the image is successfully uploaded or not. If it is, the URL is probably not set correctly in the issue / comment field.

Outcome

Attach an image or other file to a new issue and successfully show it in the UI (both for attachment and comment field)


There are actually a ton of examples of this even within this project, many of them being my own issues filed.

My workaround has been to attach them in comments (which works reliably), but it kind of sucks that it doesn't work for the main issue filing.

The file gets uploading correctly but the link is generated incorrectly, I had seen this but had not tracked it down, thanks for that :)

Metadata Update from @pingou:
- Issue assigned to pingou
- Issue tagged with: bug

Commit 106d06c8 fixes this issue

Metadata
Related Pull Requests