Feature #15900
Add to Issues List column of the attachment icon
Status: | New | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | UI | |||
Target version: | Candidate for next major release | |||
Resolution: |
Description
If there are attachments, I want to display in the issues list the attachment icon.
Interface, such as a mail client.
In addition, I want to add REST API also (Listing issues).
Thanks :-)
Related issues
History
#1
Updated by Go MAEDA over 8 years ago
- File issue-list-with-attachment-icon.png added
- File 15900.diff
added
I made a patch to display the attachment icon.
#2
Updated by Go MAEDA over 8 years ago
- File patch-15900-2.png added
- File patch-15900-2.diff
added
Submitting a new patch.
Previous patch breaks subtask indentation. I fixed CSS to cope with it.
#3
Updated by Makoto SAKAI over 8 years ago
Good job!
#4
Updated by Akipii Oga over 8 years ago
+1
#5
Updated by Go MAEDA over 8 years ago
I confirmed that the patch works with current trunk(r13547).
I hope that this patch is included in Redmine 3.0.0.
#6
Updated by Go MAEDA almost 8 years ago
- Related to Feature #12886: Consider adding a new field named "Has Attachments" or "# of Attachments" added
#7
Updated by Go MAEDA almost 8 years ago
- Target version set to Candidate for next major release
#8
Updated by Toshi MARUYAMA over 7 years ago
- Related to Feature #6719: File format for custom fields (specific file uploads) added
#9
Updated by Go MAEDA over 7 years ago
- File patch-15900-3.diff
added
- Target version changed from Candidate for next major release to 3.2.0
Updated the patch for the latest trunk.
I hope this feature will be included in next release.
#10
Updated by Jean-Philippe Lang over 7 years ago
- File 15900_attachment_icon_on_the_issue_list.patch
added
- Target version changed from 3.2.0 to Candidate for next major release
The patch can't be committed as is. It triggers one query per issue on the issue list and an additional for each issue link in fromatted text. Here is a patch that preloads the attachment counts for the issue list.
Still, this adds some more overhead to the issue list and I'd like to get more feedback from users before adding it to the core. I personnally don't feel much the need for it.
#11
Updated by budo kaiman over 7 years ago
Could we have a checkbox option to show attachments icon like we have to show descriptions?
#12
Updated by Go MAEDA over 1 year ago
You can display "Files" column in the issues list since Redmine 3.4.0 (#25515).
Since you can see if there are attachments by displaying the Files column, I think it is no longer necessary to show an attachments icon.