Skip to content

WIP: Resolve "Add assets library to issue"

What does this MR do?

Adds a list of assets in the IssuesController#show action, to have an overview of all the attached files in an issue.

Are there points in the code the reviewer needs to double check?

I'm not utterly happy with the method to extract the assets from the issues. I haven't found any model with the attachments of an issue (it seems we just upload the file and then link it).

I want to ask in this review for a better way of doing this. Once this is done we can add the proper unit tests in the backend.

What are the relevant issue numbers?

19562

Does this MR meet the acceptance criteria?

Merge request reports