-
-
Notifications
You must be signed in to change notification settings - Fork 195
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
8129 list attachments on info request admin page #8130
base: develop
Are you sure you want to change the base?
8129 list attachments on info request admin page #8130
Conversation
Collect attachments for an info request in one place
rendering attachments in the admin panel
new partial to house none main body attachments
Add main body filtering and split method over several lines so as not to exceed 80 chars
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work! 👏 I've left some suggestions to get this to the point of being mergeable. It's pretty close, so I think should be something you can have a crack at if you're interested. If not LMK and I can clean it up to get it over the line 🐎
undoing previous change
Adds help block, and uses existing partial
Adds scope to filter out main body part attachments out
This works if we can live with the double heading. I don't get the changelog stuff, so will leave that to someone else if this seems ok. |
Relevant issue(s)
Fixes #8129
What does this do?
Adds attachment links on request admin page
Why was this needed?
To make it easier to see attachments per request
Implementation notes
Screenshots
Notes to reviewer
This will probably need fixing, but is a proof of concept